ShapeSegmentPathCollection
Contents
[
Hide
]ShapeSegmentPathCollection class
Represents a creation path consisting of a series of moves, lines and curves that when combined will form a geometric shape.
Constructors
| Name | Description |
|---|---|
| ShapeSegmentPathCollection |
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | ShapeSegmentPath | Gets ShapeSegmentPath object. |
Methods
| Name | Description |
|---|---|
| add | Add a segment path in creation path. |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved 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.
| Parameter | Type | Description |
|---|---|---|
| type | int | A 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.