Adobe Photoshop CS5 Object Library JS: PathPoint

Photoshop CS5

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

Object
PathPoint

Properties

PropertyTypeAccessDescription
anchorPoint readonlyThe position (coordinates) of the anchor point.
kindPointKind:
PointKind.SMOOTHPOINT
PointKind.CORNERPOINT
readonlyThe type of point.
leftDirectionPoint readonlyThe location of the left direction point (the "in" position).
parentObject readonlyThe object's container.
rightDirectionPoint readonlyThe location of the right direction point (the "out" position).
typenamestring readonlyThe class name of the object.

Return

PathPoint PathPoints.[] (index: uint)

PathPoint PathPoints.getByName (name: string)

Jongware, 28-Aug-2012 v3.0.3iContents :: Index