ShapePathPointCollection
Contents
[
Hide
]ShapePathPointCollection class
Represents all shape path points.
Constructors
| Name | Description |
|---|---|
| ShapePathPointCollection |
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | ShapePathPoint | Gets shape path point by index. |
Methods
| Name | Description |
|---|---|
| add | Adds a path point. |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved for internal use. |
ShapePathPointCollection()
ShapePathPointCollection.Count property
Type: int
ShapePathPointCollection.Item (int) property
Gets shape path point by index.
Type: ShapePathPoint
add(x, y) (1 of 2)
Adds a path point.
| Parameter | Type | Description |
|---|---|---|
| x | int | The x coordinate. |
| y | int | The y coordinate. |
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.