EmfPolylineTo16 Klasse
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 | Beschreibung |
|---|---|
| EmfPolylineTo16() | Initialisiert eine neue Instanz der EmfPolylineTo16 Klasse. |
| EmfPolylineTo16(source) | Initialisiert eine neue Instanz der EmfPolylineTo16 Klasse. |
Properties
| Name | Type | Access | Beschreibung |
|---|---|---|---|
| a_points | Point[] | r/w | Liest oder setzt ein Array von WMF‑PointL‑Objekten ([MS-WMF] Abschnitt 2.2.15), das die Punktdaten in logischen Einheiten angibt. |
| bounds | Rectangle | r/w | Liest oder setzt ein 128‑Bit WMF RectL‑Objekt ([MS-WMF] Abschnitt 2.2.2.19), das das Begrenzungsrechteck in Geräte‑Einheiten angibt. |
| size | int | r/w | Liest oder setzt die Größe des Datensatzes |
| type | EmfRecordType | r/w | Ruft ab oder legt den Typ fest. |
Methods
| Name | Beschreibung |
|---|---|
| create_from_record(source) | Initialisiert eine neue Instanz der EmfRecord Klasse. |
| create_from_type(type) | Initialisiert eine neue Instanz der EmfRecord Klasse. |
Constructor: EmfPolylineTo16()
EmfPolylineTo16()
Initialisiert eine neue Instanz der EmfPolylineTo16 Klasse.
Constructor: EmfPolylineTo16(source)
EmfPolylineTo16(source)
Initialisiert eine neue Instanz der EmfPolylineTo16 Klasse.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| source | EmfRecord | Die Quelle. |
Method: create_from_record(source) [static]
create_from_record(source)
Initialisiert eine neue Instanz der EmfRecord Klasse.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| source | EmfRecord | Die Quelle. |
Returns
| Typ | Beschreibung |
|---|---|
| EmfRecord |
Method: create_from_type(type) [static]
create_from_type(type)
Initialisiert eine neue Instanz der EmfRecord Klasse.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| type | EmfRecordType | Der Datensatztyp. |
Returns
| Typ | Beschreibung |
|---|---|
| EmfRecord |