Table of Contents

Class EmfEllipse

Namespace
Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly
Aspose.Imaging.dll

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.

public sealed class EmfEllipse : EmfDrawingRecordType
Inheritance
EmfEllipse
Inherited Members

Constructors

EmfEllipse()

Initializes a new instance of the EmfEllipse class.

public EmfEllipse()

EmfEllipse(EmfRecord)

Initializes a new instance of the EmfEllipse class.

public EmfEllipse(EmfRecord source)

Parameters

source EmfRecord

The source.

Properties

Box

Gets or sets a 128-bit (WMF) RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the inclusive-inclusive bounding rectangle.

public Rectangle Box { get; set; }

Property Value

Rectangle