Property | Type | Access | Description |
anchor | Point |
r/w | The position (coordinates) of the anchor point. |
leftDirection | Point |
r/w | Location of the left direction point (in position) |
parent | Object |
readonly | The object's container. |
pointType | PointType: PointType.SMOOTH PointType.CORNER |
r/w | The type of point: smooth/corner. |
rightDirection | Point |
r/w | Location of the right direction point (out position) |
selected | PathPointSelection: PathPointSelection.NOSELECTION PathPointSelection.ANCHORPOINT PathPointSelection.LEFTDIRECTION PathPointSelection.RIGHTDIRECTION PathPointSelection.LEFTRIGHTPOINT |
r/w | The path point selected state. |
typename | string |
readonly | The class name of the object. |