A path point of a path.
Go to Property Listing | Method Listing
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
read/write |
The location of the path point on the page, in the format [x, y]. |
||
|
readonly |
The index of the PathPoint within its containing object. |
||
|
readonly |
Returns true if the object specifier resolves to valid objects. |
||
|
read/write |
The left-direction point, which controls the curve of the line segment preceding the path point on the path, in the format [x, y]. |
||
|
readonly |
The parent of the PathPoint (a Path). |
||
|
read/write |
The path point type. |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
read/write |
The right-direction point, which controls the curve of the line segment following the path point on the path, in the format [x, y]. |
PathPoint getElements ()
Resolves the object specifier, creating an array of object references.
undefined join (reference:PathPoint, given:JoinOptions)
Join this path point to another path point. The two points must be end points and their paths combined into a single path on a single page item.
|
Parameter |
Type |
Description |
|---|---|---|
|
reference |
The reference object. The path point to join to |
|
|
given |
The join option to use. (Optional) |
undefined remove ()
Deletes the PathPoint.
String toSource ()
Generates a string which, if executed, will return the PathPoint.
String toSpecifier ()
Retrieves the object specifier.