PhotoshopCC 2015.5
Object

PathPointInfo

A point on a path, expressed as an array of three coordinate arrays: the anchor point, left direction point, and right direction point. For paths that are straight segments (not curved), the coordinates of all three points are the same. For curved segements, the coordinates are different. The difference between the anchor point and the left or right direction points determines the arc of the curve. You use the left direction point to bend the curve "outward" or make it convex; you use the right direction point to bend the curve "inward" or make it concave.

Properties

NameType AccessDescription
static Point[] read/write The x and y coordinates of one end point of the path segment.
Point[] read/write The x and y coordinates of one end point of the path segment.
static PointKind
read/write The point type.
PointKind
read/write The point type.
static Point[] read/write The location of the left direction point ("in" position).
Point[] read/write The location of the left direction point ("in" position).
static Point[] read/write The location of the right direction point ("out" position).
Point[] read/write The location of the right direction point ("out" position).

Object of 1

Properties elsewhere that hold a PathPointInfo.