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.

Objects:

Point, PointKind, String

Property Listing

Property

Type

Access

Description

anchor

Point

readonly

The position (coordinates) of the anchor point.

kind

PointKind

PointKind.SMOOTHPOINT

PointKind.CORNERPOINT

readonly

The type of point.

leftDirection

Point

readonly

The location of the left direction point (the "in" position).

parent

 

readonly

The object's container.

rightDirection

Point

readonly

The location of the right direction point (the "out" position).

typename

String

readonly

The class name of the object.

Return

PathPoints.[]()

PathPoints.getByName()