public final class EmfPlusPathPointType extends EmfPlusBasePointType
The EmfPlusPathPointType object specifies a type value associated with a point on a graphics
Constructor and Description |
---|
EmfPlusPathPointType() |
Modifier and Type | Method and Description |
---|---|
int |
getData()
Gets or sets the data.
|
int |
getFlags()
Gets or sets 4-bit flag field that specifies properties of the path point.
|
int |
getType()
Gets or sets 4-bit unsigned integer path point type.
|
void |
setData(int value)
Gets or sets the data.
|
void |
setFlags(int value)
Gets or sets 4-bit flag field that specifies properties of the path point.
|
void |
setType(int value)
Gets or sets 4-bit unsigned integer path point type.
|
public int getData()
Gets or sets the data.
Value: The data.public void setData(int value)
Gets or sets the data.
Value: The data.public int getType()
Gets or sets 4-bit unsigned integer path point type. This value MUST be defined in the PathPointType enumeration (section 2.1.1.23).
public void setType(int value)
Gets or sets 4-bit unsigned integer path point type. This value MUST be defined in the PathPointType enumeration (section 2.1.1.23).
public int getFlags()
Gets or sets 4-bit flag field that specifies properties of the path point. This value MUST be one or more of the PathPointType flags (section 2.1.2.6).
public void setFlags(int value)
Gets or sets 4-bit flag field that specifies properties of the path point. This value MUST be one or more of the PathPointType flags (section 2.1.2.6).