class
ShapePathPointCollection
Source: aspose.
Represents all shape path points.
new ShapePathPointCollection()
Methods
add(x, y)
Adds a path point.
Parameters
Name | Type | Optional | Description |
---|---|---|---|
x |
Number |
|
The x coordinate. |
y |
Number |
|
The y coordinate. |
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index) → ShapePathPoint
Gets shape path point by index.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
index |
Number |
|
The index |
- Returns
-
ShapePathPoint
Returns ShapePathPoint object
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.