public class EmfPlusDrawRects extends EmfPlusDrawingRecordType
The EmfPlusDrawRects record specifies drawing a series of rectangles
Constructor and Description |
---|
EmfPlusDrawRects(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusDrawRects class. |
Modifier and Type | Method and Description |
---|---|
boolean |
getCompressed()
Gets or sets a value indicating whether the PointData is compressed.
|
int |
getCount()
Gets or sets the count
32-bit unsigned integer that specifies the number of rectangles in the RectData member.
|
com.aspose.ms.System.Array |
getRectData()
Gets or sets the rect data
An array of either an EmfPlusRect or EmfPlusRectF objects of Count length that defines the rectangle data.
|
void |
setCompressed(boolean value)
Gets or sets a value indicating whether the PointData is compressed.
|
void |
setCount(int value)
Gets or sets the count
32-bit unsigned integer that specifies the number of rectangles in the RectData member.
|
void |
setRectData(com.aspose.ms.System.Array value)
Gets or sets the rect data
An array of either an EmfPlusRect or EmfPlusRectF objects of Count length that defines the rectangle data.
|
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 EmfPlusDrawRects(EmfPlusRecord source)
Initializes a new instance of the EmfPlusDrawRects
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 int getCount()
Gets or sets the count 32-bit unsigned integer that specifies the number of rectangles in the RectData member.
public void setCount(int value)
Gets or sets the count 32-bit unsigned integer that specifies the number of rectangles in the RectData member.
public com.aspose.ms.System.Array getRectData()
Gets or sets the rect data An array of either an EmfPlusRect or EmfPlusRectF objects of Count length that defines the rectangle data.
public void setRectData(com.aspose.ms.System.Array value)
Gets or sets the rect data An array of either an EmfPlusRect or EmfPlusRectF objects of Count length that defines the rectangle data.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.