PathPoint¶
Description¶
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.
Properties¶
anchor readonly | The position (coordinates) of the anchor point. |
kind readonly | The type of point. |
leftDirection readonly | The location of the left direction point (the “in” position). |
parent readonly | The object’s container. |
rightDirection readonly | The location of the right direction point (the “out” position). |
typename readonly | The class name of the object. |