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
Constructor | Description |
---|---|
EmfEllipse(EmfRecord source) | Initializes a new instance of the EmfEllipse class. |
EmfEllipse() | Initializes a new instance of the EmfEllipse class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
source | EmfRecord | The 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:
Parameter | Type | Description |
---|---|---|
value | Rectangle |