PathPoint
A path point of a path.
PathPoint Properties
| Property |
Type |
Access |
Description |
| anchor |
Array of 2 Units |
r/w |
The location of the anchor point. |
| index |
Long |
read |
Index of the object within its parent object. |
| leftDirection |
Array of 2 Units |
r/w |
The location of the left direction point. |
| parent |
Object |
read |
The parent of the object. |
| pointType |
PointType enumeration |
r/w |
The point type. |
| properties |
An array of property names and values |
r/w |
Property that allows setting of several properties at the same time. |
| rightDirection |
Array of 2 Units |
r/w |
The location of the right direction point. |
PathPoint Methods
| Method |
Returns |
Description |
| getElements |
Array of Objects |
Resolve the object specifier. |
| remove |
Nothing |
Delete the object. |
| toSource |
String |
Generate JavaScript source that, if executed, will return the specified objects. |
| toSpecifier |
String |
Retrieve the object specifier. |
Previous post: PathPoints
Next post: Path