EmfSelectClipPath Klasse
Inhalt
[
Ausblenden
]Summary: The EMR_SELECTCLIPPATH record specifies the current path as a clipping region for a playback
device context, combining the new region with any existing clipping region using the specified mode.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfSelectClipPath
Inheritance: EmfClippingRecordType
Constructors
| Name | Beschreibung |
|---|---|
| EmfSelectClipPath() | Initialisiert eine neue Instanz der EmfSelectClipPath Klasse. |
| EmfSelectClipPath(source) | Initialisiert eine neue Instanz der EmfSelectClipPath Klasse. |
Properties
| Name | Type | Access | Beschreibung |
|---|---|---|---|
| region_mode | EmfRegionMode | r/w | Liest oder setzt eine 32‑Bit‑vorzeichenlose Ganzzahl, die die Art der Pfadverwendung angibt. Der Wert MUSS in der RegionMode‑Aufzählung (Abschnitt 2.1.29) liegen. |
| 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: EmfSelectClipPath()
EmfSelectClipPath()
Initialisiert eine neue Instanz der EmfSelectClipPath Klasse.
Constructor: EmfSelectClipPath(source)
EmfSelectClipPath(source)
Initialisiert eine neue Instanz der EmfSelectClipPath 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 |