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