ShapePathPoint
Contents
[
Hide
]ShapePathPoint class
Represents an x-y coordinate within the path coordinate space.
Properties
| Name | Type | Description |
|---|---|---|
| X | int | Gets and sets x coordinate for this position coordinate. |
| Y | int | Gets y coordinate for this position coordinate. |
| XPixel | int | |
| YPixel | int | |
| XAngle | int | |
| YAngle | int | |
| Type | int | The value of the property is ShapePathPointValueType integer constant. |
ShapePathPoint.X property
Gets and sets x coordinate for this position coordinate.
Type: int
ShapePathPoint.Y property
Gets y coordinate for this position coordinate.
Type: int
ShapePathPoint.XPixel property
Type: int
ShapePathPoint.YPixel property
Type: int
ShapePathPoint.XAngle property
Type: int
ShapePathPoint.YAngle property
Type: int
ShapePathPoint.Type property
The value of the property is ShapePathPointValueType integer constant.
Type: int