ShapeSegmentPathCollection

ShapeSegmentPathCollection class

Represents a creation path consisting of a series of moves, lines and curves that when combined will form a geometric shape.

Constructors

NameDescription
ShapeSegmentPathCollection

Properties

NameTypeDescription
Countint
Item (int)ShapeSegmentPathGets ShapeSegmentPath object.

Methods

NameDescription
addAdd a segment path in creation path.
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
indexOfReserved for internal use.

ShapeSegmentPathCollection()

ShapeSegmentPathCollection.Count property

Type: int

ShapeSegmentPathCollection.Item (int) property

Gets ShapeSegmentPath object.

Type: ShapeSegmentPath

add(type) (1 of 2)

Add a segment path in creation path.

ParameterTypeDescription
typeintA ShapePathType value. The path type.

Returns: Returns the position of ShapeSegmentPath object in the list.


add(value) (2 of 2)

Reserved for internal use.

clear()

removeAt(index)

iterator()

get(index)

Reserved for internal use.

contains(value)

Reserved for internal use.

indexOf(value)

Reserved for internal use.