Classe EmfPolyPolygon16
Contenu
[
Cacher
]Summary: The EMR_POLYPOLYGON16 record specifies a series of closed polygons. Each polygon is outlined
using the current pen, and filled using the current brush and polygon fill mode. The polygons drawn
by this record can overlap.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfPolyPolygon16
Inheritance: EmfPolyPolyShape
Constructors
| Name | Description |
|---|---|
| EmfPolyPolygon16() | Initialise une nouvelle instance de la classe EmfPolyPolygon16. |
| EmfPolyPolygon16(source) | Initialise une nouvelle instance de la classe EmfPolyPolygon16. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| a_points | Point[][] | r/w | Obtient ou définit un tableau d’objets WMF PointS, spécifié dans [MS-WMF] section 2.2.2.16, qui spécifie le tableau de points. |
| bounds | Rectangle | r/w | Obtient ou définit un objet WMF RectL de 128 bits ([MS-WMF] section 2.2.2.19) qui spécifie le rectangle englobant, en unités de dispositif. |
| size | int | r/w | Obtient ou définit la taille de l’enregistrement |
| type | EmfRecordType | r/w | Obtient ou définit le type. |
Methods
| Name | Description |
|---|---|
| create_from_record(source) | Initialise une nouvelle instance de la classe EmfRecord. |
| create_from_type(type) | Initialise une nouvelle instance de la classe EmfRecord. |
Constructor: EmfPolyPolygon16()
EmfPolyPolygon16()
Initialise une nouvelle instance de la classe EmfPolyPolygon16.
Constructor: EmfPolyPolygon16(source)
EmfPolyPolygon16(source)
Initialise une nouvelle instance de la classe EmfPolyPolygon16.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| source | EmfRecord | La source. |
Method: create_from_record(source) [static]
create_from_record(source)
Initialise une nouvelle instance de la classe EmfRecord.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| source | EmfRecord | La source. |
Returns
| Type | Description |
|---|---|
| EmfRecord |
Method: create_from_type(type) [static]
create_from_type(type)
Initialise une nouvelle instance de la classe EmfRecord.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| type | EmfRecordType | Le type d’enregistrement. |
Returns
| Type | Description |
|---|---|
| EmfRecord |