Class
A point on a path.
remove, removeAll
PathPoint
QuickLinks
Hierarchy
Properties
| 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. |
Methods
Instances
Return
PathPoint PathPoints.add ()
PathPoint PathPoints.getByName (name: string)
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |