EmfEllipse Класс

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()Инициализирует новый экземпляр класса EmfEllipse.
EmfEllipse(source)Инициализирует новый экземпляр класса EmfEllipse.

Properties

NameTypeAccessDescription
boxRectangler/wПолучает или задает 128‑битный (WMF) объект RectL, указанный в [MS-WMF] разделе 2.2.2.19, который
определяет включительно‑включительно ограничивающий прямоугольник.
sizeintr/wПолучает или задает размер записи
typeEmfRecordTyper/wПолучает или задает тип.

Methods

NameDescription
create_from_record(source)Инициализирует новый экземпляр класса EmfRecord.
create_from_type(type)Инициализирует новый экземпляр класса EmfRecord.

Constructor: EmfEllipse()

 EmfEllipse() 

Инициализирует новый экземпляр класса EmfEllipse.

Constructor: EmfEllipse(source)

 EmfEllipse(source) 

Инициализирует новый экземпляр класса EmfEllipse.

Parameters:

ПараметрТипОписание
sourceEmfRecordИсточник.

Method: create_from_record(source) [static]

 create_from_record(source) 

Инициализирует новый экземпляр класса EmfRecord.

Parameters:

ПараметрТипОписание
sourceEmfRecordИсточник.

Returns

ТипОписание
EmfRecord

Method: create_from_type(type) [static]

 create_from_type(type) 

Инициализирует новый экземпляр класса EmfRecord.

Parameters:

ПараметрТипОписание
typeEmfRecordTypeТип записи.

Returns

ТипОписание
EmfRecord