EmfPolyPolygon16 Klasse
Inhalt
[
Ausblenden
]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 | Beschreibung |
|---|---|
| EmfPolyPolygon16() | Initialisiert eine neue Instanz der EmfPolyPolygon16 Klasse. |
| EmfPolyPolygon16(source) | Initialisiert eine neue Instanz der EmfPolyPolygon16 Klasse. |
Properties
| Name | Type | Access | Beschreibung |
|---|---|---|---|
| a_points | Point[][] | r/w | Liest oder setzt ein Array von WMF PointS-Objekten, angegeben in [MS-WMF] Abschnitt 2.2.2.16, das das Array von Punkten spezifiziert. |
| 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: EmfPolyPolygon16()
EmfPolyPolygon16()
Initialisiert eine neue Instanz der EmfPolyPolygon16 Klasse.
Constructor: EmfPolyPolygon16(source)
EmfPolyPolygon16(source)
Initialisiert eine neue Instanz der EmfPolyPolygon16 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 |