Classe EmfPolylineTo16
Summary: The EMR_POLYLINETO16 record specifies one or more straight lines based upon the current position.
A line is drawn from the current position to the first point specified by the aPoints field by using the
current pen. For each additional line, drawing is performed from the ending point of the previous
line to the next point specified by aPoints.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfPolylineTo16
Inheritance: EmfPolyShape
Constructors
| Name | Description |
|---|---|
| EmfPolylineTo16() | Initialise une nouvelle instance de la classe EmfPolylineTo16. |
| EmfPolylineTo16(source) | Initialise une nouvelle instance de la classe EmfPolylineTo16. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| a_points | Point[] | r/w | Obtient ou définit un tableau d’objets WMF PointL ([MS-WMF] section 2.2.15) qui spécifie les données de points, en unités logiques. |
| 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: EmfPolylineTo16()
EmfPolylineTo16()
Initialise une nouvelle instance de la classe EmfPolylineTo16.
Constructor: EmfPolylineTo16(source)
EmfPolylineTo16(source)
Initialise une nouvelle instance de la classe EmfPolylineTo16.
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 |