EmfStrokeAndFillPath Klasse

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

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

Properties

NameTypeAccessBeschreibung
boundsRectangler/wLiest oder setzt ein 128‑Bit‑WMF RectL‑Objekt ([MS-WMF] Abschnitt 2.2.2.19), das das begrenzende Rechteck
in Geräteeinheiten angibt.
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: EmfStrokeAndFillPath()

 EmfStrokeAndFillPath() 

Initialisiert eine neue Instanz der EmfStrokeAndFillPath Klasse.

Constructor: EmfStrokeAndFillPath(source)

 EmfStrokeAndFillPath(source) 

Initialisiert eine neue Instanz der EmfStrokeAndFillPath 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