Adds an event listener.
Object
PathPoint
A path point of a path.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Number[] | String[] unit | read/write | The location of the path point on the page, in the format [x, y]. | |
| EventListeners |
readonly | A collection of event listeners. | |
| Events |
readonly | A collection of events. | |
| Number | readonly | The index of the PathPoint within its containing object. | |
| Boolean | readonly | Returns true if the object specifier resolves to valid objects. | |
| Number[] | String[] unit | 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]. | |
| Path | readonly | The parent of the PathPoint (a Path). | |
| PointType | read/write | The path point type. | |
| Object | read/write | A property that allows setting of several properties at the same time. | |
| Number[] | String[] unit | 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]. |
Methods
→ PathPoint[]
Resolves the object specifier, creating an array of object references.
→ void
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.
→ void
Deletes the PathPoint.
→ Boolean
Removes the event listener.
→ String
Generates a string which, if executed, will return the PathPoint.
→ String
Retrieves the object specifier.
Object of 3
Properties elsewhere that hold a PathPoint.
Parameter of 4
Method parameters that accept a PathPoint.
Return 12
Methods that return a PathPoint.