public final class EmfPlusDrawPath extends EmfPlusDrawingRecordType
The EmfPlusDrawPath record specifies drawing a graphics path.
Constructor and Description |
---|
EmfPlusDrawPath(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusDrawPath class. |
Modifier and Type | Method and Description |
---|---|
byte |
getObjectId()
Gets or sets the object identifier.
|
int |
getPenId()
Gets or sets the pen identifier
A 32-bit unsigned integer that specifies an index in the EMF+ Object Table
for an EmfPlusPen object (section 2.2.1.7) to use for drawing the EmfPlusPath.
|
void |
setObjectId(byte value)
Gets or sets the object identifier.
|
void |
setPenId(int value)
Gets or sets the pen identifier
A 32-bit unsigned integer that specifies an index in the EMF+ Object Table
for an EmfPlusPen object (section 2.2.1.7) to use for drawing the EmfPlusPath.
|
getDataSize, getFlags, getSize, getType, setDataSize, setFlags, setSize
public EmfPlusDrawPath(EmfPlusRecord source)
Initializes a new instance of the EmfPlusDrawPath
class.
source
- The source.public byte getObjectId()
Gets or sets the object identifier. The index of the EmfPlusPath object (section 2.2.1.6) to draw, in the EMF+ Object Table. The value MUST be zero to 63, inclusive.
Value: The object identifier.public void setObjectId(byte value)
Gets or sets the object identifier. The index of the EmfPlusPath object (section 2.2.1.6) to draw, in the EMF+ Object Table. The value MUST be zero to 63, inclusive.
Value: The object identifier.public int getPenId()
Gets or sets the pen identifier A 32-bit unsigned integer that specifies an index in the EMF+ Object Table for an EmfPlusPen object (section 2.2.1.7) to use for drawing the EmfPlusPath. The value MUST be zero to 63, inclusive
public void setPenId(int value)
Gets or sets the pen identifier A 32-bit unsigned integer that specifies an index in the EMF+ Object Table for an EmfPlusPen object (section 2.2.1.7) to use for drawing the EmfPlusPath. The value MUST be zero to 63, inclusive