ShapePathCollection
Contents
[
Hide
]ShapePathCollection class
Represents path collection information in NotPrimitive autoshape
class ShapePathCollection;
Properties
Property | Type | Description |
---|---|---|
count | number | Readonly. Gets the count of paths |
Methods
Method | Description |
---|---|
get(number) | Gets a creation path. |
getCount() | @deprecated. Please use the ‘count’ property instead. Gets the count of paths |
add() | Add a creation path. |
isNull() | Checks whether the implementation object is null. |
count
Readonly. Gets the count of paths
count : number;
get(number)
Gets a creation path.
get(index: number) : ShapePath;
Parameters:
Parameter | Type | Description |
---|---|---|
index | number | The index. |
Returns
Returns ShapePath object.
getCount()
@deprecated. Please use the ‘count’ property instead. Gets the count of paths
getCount() : number;
add()
Add a creation path.
add() : number;
Returns
Returns ShapePath object.
isNull()
Checks whether the implementation object is null.
isNull() : boolean;