Adobe Illustrator CS5 Type Library JS: PathPoint

Illustrator CS5

Class

PathPoint

 A point on a path.

QuickLinks

remove, removeAll

Hierarchy

Object
PathPoint

Properties

PropertyTypeAccessDescription
anchorPoint r/wThe position (coordinates) of the anchor point.
leftDirectionPoint r/wLocation of the left direction point (in position)
parentObject readonlyThe object's container.
pointTypePointType:
PointType.SMOOTH
PointType.CORNER
r/wThe type of point: smooth/corner.
rightDirectionPoint r/wLocation of the right direction point (out position)
selectedPathPointSelection:
PathPointSelection.NOSELECTION
PathPointSelection.ANCHORPOINT
PathPointSelection.LEFTDIRECTION
PathPointSelection.RIGHTDIRECTION
PathPointSelection.LEFTRIGHTPOINT
r/wThe path point selected state.
typenamestring readonlyThe class name of the object.

Methods

Instances

void remove ()
Deletes this object.

void removeAll ()
Deletes all elements.

Return

PathPoint PathPoints.add ()

PathPoint PathPoints.getByName (name: string)

Jongware, 27-Jun-2010 v3.0.3dContents :: Index