public final class PathData extends Object
Contains the graphical data that makes up a GraphicsPath object. This class cannot be inherited.
| Constructor and Description |
|---|
PathData() |
| Modifier and Type | Method and Description |
|---|---|
PointF[] |
getPoints()
Gets an array of
PointF structures that represents the points through which the path is constructed. |
byte[] |
getTypes()
Gets the types of the corresponding points in the path.
|
void |
setPoints(PointF[] value)
Sets an array of
PointF structures that represents the points through which the path is constructed. |
void |
setTypes(byte[] value)
Sets the types of the corresponding points in the path.
|
public PointF[] getPoints()
Gets an array of PointF structures that represents the points through which the path is constructed.
PointF objects that represents the points through which the path is constructed.PointF structures that represents the points through which the path is constructed.public void setPoints(PointF[] value)
Sets an array of PointF structures that represents the points through which the path is constructed.
PointF objects that represents the points through which the path is constructed.value - an array of PointF structures that represents the points through which the path is constructed.public byte[] getTypes()
Gets the types of the corresponding points in the path.
Value: An array of bytes that specify the types of the corresponding points in the path.public void setTypes(byte[] value)
Sets the types of the corresponding points in the path.
Value: An array of bytes that specify the types of the corresponding points in the path.value - the types of the corresponding points in the path.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.