public 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 |
---|---|
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 |
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, 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 EmfPlusDrawPath(EmfPlusRecord source)
Initializes a new instance of the EmfPlusDrawPath
class.
source
- The source.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
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.