Class
PathPoint |
| | Information about an array of path point info objects. You do not use the path point object to create points that make up a path. Rather, you use the path point object to retrieve information about the points that describe path segments. To create path points, use the path point info object. |
Hierarchy
|
|
Properties
| | Property | Type | Access | Description |
| anchor | Point |
readonly | The position (coordinates) of the anchor point. |
| kind | PointKind: PointKind.SMOOTHPOINT PointKind.CORNERPOINT |
readonly | The type of point. |
| leftDirection | Point |
readonly | The location of the left direction point (the "in" position). |
| parent | Object |
readonly | The object's container. |
| rightDirection | Point |
readonly | The location of the right direction point (the "out" position). |
| typename | string |
readonly | The class name of the object. |
|
Return |
PathPoint PathPoints.[] (index:
uint)
PathPoint PathPoints.getByName (name:
string)
|