EmfEllipse Klasse

Summary: The EMR_ELLIPSE record specifies an ellipse. The center of the ellipse is the center of the specified
bounding rectangle. The ellipse is outlined by using the current pen and is filled by using the current brush.

Module: aspose.imaging.fileformats.emf.emf.records

Full Name: aspose.imaging.fileformats.emf.emf.records.EmfEllipse

Inheritance: EmfDrawingRecordType

Constructors

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

Properties

NameTypeAccessBeschreibung
boxRectangler/wLiest oder setzt ein 128‑Bit‑(WMF) RectL‑Objekt, das in [MS-WMF] Abschnitt 2.2.2.19 angegeben ist und
das inklusiv‑inklusiv begrenzende Rechteck definiert.
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: EmfEllipse()

 EmfEllipse() 

Initialisiert eine neue Instanz der EmfEllipse Klasse.

Constructor: EmfEllipse(source)

 EmfEllipse(source) 

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