EmfEllipse

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfDrawingRecordType

public final class EmfEllipse extends EmfDrawingRecordType

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.

Constructors

ConstructorDescription
EmfEllipse(EmfRecord source)Initializes a new instance of the EmfEllipse class.
EmfEllipse()Initializes a new instance of the EmfEllipse class.

Methods

MethodDescription
getBox()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.
setBox(Rectangle value)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.

EmfEllipse(EmfRecord source)

public EmfEllipse(EmfRecord source)

Initializes a new instance of the EmfEllipse class.

Parameters:

ParameterTypeDescription
sourceEmfRecordThe source.

EmfEllipse()

public EmfEllipse()

Initializes a new instance of the EmfEllipse class.

getBox()

public Rectangle getBox()

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.

Returns: Rectangle

setBox(Rectangle value)

public void setBox(Rectangle value)

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.

Parameters:

ParameterTypeDescription
valueRectangle