public class EmfPlusDrawEllipse extends EmfPlusDrawingRecordType
The EmfPlusDrawEllipse record specifies drawing an ellipse.
Constructor and Description |
---|
EmfPlusDrawEllipse(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusDrawEllipse class. |
Modifier and Type | Method and Description |
---|---|
boolean |
getCompressed()
Gets or sets a value indicating whether the PointData is compressed.
|
RectangleF |
getRectData()
Gets or sets the rectangle data
Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse.
|
void |
setCompressed(boolean value)
Gets or sets a value indicating whether the PointData is compressed.
|
void |
setRectData(RectangleF value)
Gets or sets the rectangle data
Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse.
|
getDataSize, getFirstFlagByte_internalized, getFlagBit_internalized, getFlags, getLastFlagByte_internalized, getObjectId_internalized, getSize, getType, setDataSize, setFirstFlagByte_internalized, setFlagBit_internalized, setFlags, setLastFlagByte_internalized, setObjectId_internalized, setSize, setType_internalized
deepClone_internalized
public EmfPlusDrawEllipse(EmfPlusRecord source)
Initializes a new instance of the EmfPlusDrawEllipse
class.
source
- The source.public boolean getCompressed()
Gets or sets a value indicating whether the PointData is compressed. If set, RectData contains an EmfPlusRect object (section 2.2.2.38). If clear, RectData contains an EmfPlusRectF object (section 2.2.2.39).
Value:true
if compressed; otherwise, false
.public void setCompressed(boolean value)
Gets or sets a value indicating whether the PointData is compressed. If set, RectData contains an EmfPlusRect object (section 2.2.2.38). If clear, RectData contains an EmfPlusRectF object (section 2.2.2.39).
Value:true
if compressed; otherwise, false
.public RectangleF getRectData()
Gets or sets the rectangle data Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse.
public void setRectData(RectangleF value)
Gets or sets the rectangle data Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.