EmfFillPath Klasse
Inhalt
[
Ausblenden
]Summary: The EMR_FILLPATH record closes any open figures in the current path and fills the path’s interior by
using the current brush and polygon-filling mode.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfFillPath
Inheritance: EmfDrawingRecordType
Constructors
| Name | Beschreibung |
|---|---|
| EmfFillPath() | Initialisiert eine neue Instanz der Klasse EmfFillPath. |
| EmfFillPath(source) | Initialisiert eine neue Instanz der Klasse EmfFillPath. |
Properties
| Name | Type | Access | Beschreibung |
|---|---|---|---|
| bounds | Rectangle | r/w | Liest oder schreibt ein 128‑Bit‑WMF‑RectL‑Objekt, angegeben in [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: EmfFillPath()
EmfFillPath()
Initialisiert eine neue Instanz der Klasse EmfFillPath.
Constructor: EmfFillPath(source)
EmfFillPath(source)
Initialisiert eine neue Instanz der Klasse EmfFillPath.
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 |