EmfStrokeAndFillPath Klasse
Inhalt
[
Ausblenden
]Summary: The EMR_STROKEANDFILLPATH record closes any open figures in a path, strokes the outline of the
path by using the current pen, and fills its interior by using the current brush.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfStrokeAndFillPath
Inheritance: EmfDrawingRecordType
Constructors
| Name | Beschreibung |
|---|---|
| EmfStrokeAndFillPath() | Initialisiert eine neue Instanz der EmfStrokeAndFillPath Klasse. |
| EmfStrokeAndFillPath(source) | Initialisiert eine neue Instanz der EmfStrokeAndFillPath Klasse. |
Properties
| Name | Type | Access | Beschreibung |
|---|---|---|---|
| bounds | Rectangle | r/w | Liest oder setzt ein 128‑Bit‑WMF RectL‑Objekt ([MS-WMF] Abschnitt 2.2.2.19), das das begrenzende Rechteck in Geräteeinheiten 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: EmfStrokeAndFillPath()
EmfStrokeAndFillPath()
Initialisiert eine neue Instanz der EmfStrokeAndFillPath Klasse.
Constructor: EmfStrokeAndFillPath(source)
EmfStrokeAndFillPath(source)
Initialisiert eine neue Instanz der EmfStrokeAndFillPath 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 |