EmfSelectClipPath Klasse

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

NameBeschreibung
EmfSelectClipPath()Initialisiert eine neue Instanz der EmfSelectClipPath Klasse.
EmfSelectClipPath(source)Initialisiert eine neue Instanz der EmfSelectClipPath Klasse.

Properties

NameTypeAccessBeschreibung
region_modeEmfRegionModer/wLiest 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.
sizeintr/wLiest oder setzt die Größe des Datensatzes
typeEmfRecordTyper/wRuft ab oder legt den Typ fest.

Methods

NameBeschreibung
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:

ParameterTypBeschreibung
sourceEmfRecordDie Quelle.

Method: create_from_record(source) [static]

 create_from_record(source) 

Initialisiert eine neue Instanz der EmfRecord Klasse.

Parameters:

ParameterTypBeschreibung
sourceEmfRecordDie Quelle.

Returns

TypBeschreibung
EmfRecord

Method: create_from_type(type) [static]

 create_from_type(type) 

Initialisiert eine neue Instanz der EmfRecord Klasse.

Parameters:

ParameterTypBeschreibung
typeEmfRecordTypeDer Datensatztyp.

Returns

TypBeschreibung
EmfRecord