EmfEllipse Classe

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

NameDescription
EmfEllipse()Initialise une nouvelle instance de la classe EmfEllipse.
EmfEllipse(source)Initialise une nouvelle instance de la classe EmfEllipse.

Properties

NameTypeAccessDescription
boxRectangler/wObtient ou définit un objet RectL de 128 bits (WMF), spécifié dans [MS-WMF] section 2.2.2.19, qui
spécifie le rectangle englobant inclusif-inclusif.
sizeintr/wObtient ou définit la taille de l’enregistrement
typeEmfRecordTyper/wObtient ou définit le type.

Methods

NameDescription
create_from_record(source)Initialise une nouvelle instance de la classe EmfRecord.
create_from_type(type)Initialise une nouvelle instance de la classe EmfRecord.

Constructor: EmfEllipse()

 EmfEllipse() 

Initialise une nouvelle instance de la classe EmfEllipse.

Constructor: EmfEllipse(source)

 EmfEllipse(source) 

Initialise une nouvelle instance de la classe EmfEllipse.

Parameters:

ParamètreTypeDescription
sourceEmfRecordLa source.

Method: create_from_record(source) [static]

 create_from_record(source) 

Initialise une nouvelle instance de la classe EmfRecord.

Parameters:

ParamètreTypeDescription
sourceEmfRecordLa source.

Returns

TypeDescription
EmfRecord

Method: create_from_type(type) [static]

 create_from_type(type) 

Initialise une nouvelle instance de la classe EmfRecord.

Parameters:

ParamètreTypeDescription
typeEmfRecordTypeLe type d’enregistrement.

Returns

TypeDescription
EmfRecord