Class
PathPoint |
| | A path point of a path. |
QuickLinks |
remove |
Hierarchy
|
|
Properties
| | Property | Type | Access | Description |
| anchor |
Array
of Measurement Unit (Number or String) |
r/w | The location of the path point on the page, in the format [x, y]. |
| index | number |
readonly | The index of the PathPoint within its containing object. |
| leftDirection |
Array
of Measurement Unit (Number or String) |
r/w | The left-direction point, which controls the curve of the line segment preceding the path point on the path, in the format [x, y]. |
| parent | Path |
readonly | The parent of the PathPoint (a Path). |
| pointType | PointType: PointType.LINE_TYPE PointType.SMOOTH PointType.CORNER |
r/w | The path point type. |
| properties | Object |
r/w | A property that allows setting of several properties at the same time. |
| rightDirection |
Array
of Measurement Unit (Number or String) |
r/w | The right-direction point, which controls the curve of the line segment following the path point on the path, in the format [x, y]. |
|
Methods
| Instancesvoid remove ()
Deletes the PathPoint.
|
Return |
PathPoint PathPoints.add ([withProperties:
Object])
|