Constructor and Description |
---|
WmfPolygon() |
Modifier and Type | Method and Description |
---|---|
Point[] |
getAPoints()
Gets or sets the points.
|
short |
getNumberOfPoint()
Gets or sets the number of point.
|
void |
setAPoints(Point[] value)
Gets or sets the points.
|
void |
setNumberOfPoint(short value)
Gets or sets the number of point.
|
public short getNumberOfPoint()
Gets or sets the number of point. A 16-bit signed integer that defines the number of points in the array.
Value: The number of point.public void setNumberOfPoint(short value)
Gets or sets the number of point. A 16-bit signed integer that defines the number of points in the array.
Value: The number of point.public Point[] getAPoints()
Gets or sets the points. A NumberOfPoints array of 32-bit PointS Objects (section 2.2.2.16), in logical units.
Value: The points.public void setAPoints(Point[] value)
Gets or sets the points. A NumberOfPoints array of 32-bit PointS Objects (section 2.2.2.16), in logical units.
Value: The points.