PathPoint

A point on a path.

Methods:

remove, removeAll

Objects:

PathPointSelection, Point, PointType, String

Property Listing

Property

Type

Access

Description

anchor

Point

read/write

The position (coordinates) of the anchor point.

leftDirection

Point

read/write

Location of the left direction point (in position)

parent

 

readonly

The object's container.

pointType

PointType

PointType.CORNER

PointType.SMOOTH

read/write

The type of point: smooth/corner.

rightDirection

Point

read/write

Location of the right direction point (out position)

selected

PathPointSelection

PathPointSelection.ANCHORPOINT

PathPointSelection.LEFTDIRECTION

PathPointSelection.LEFTRIGHTPOINT

PathPointSelection.NOSELECTION

PathPointSelection.RIGHTDIRECTION

read/write

The path point selected state.

typename

String

readonly

The class name of the object.

Method Listing

undefined remove ()

Deletes this object.

undefined removeAll ()

Deletes all elements.

Return

PathPoints.add()

PathPoints.getByName()