public class ShapePathPointCollection extends CollectionBase
| Constructor and Description |
|---|
ShapePathPointCollection() |
| Modifier and Type | Method and Description |
|---|---|
int |
add(int x,
int y)
Deprecated.
Use the MoveTo,LineTo,CubicBezierTo and ArcTo methods in ShapePath instead.
|
ShapePathPoint |
get(int index)
Gets shape path point by index.
|
public ShapePathPoint get(int index)
get in class CollectionBaseindex - The indexShapePathPoint objectpublic int add(int x,
int y)
Remarks
NOTE: This member is now obsolete. Instead, please use the MoveTo,LineTo,CubicBezierTo and ArcTo methods in ShapePath. This method will be removed 12 months later since August 2025. Aspose apologizes for any inconvenience you may have experienced.x - The x coordinate.y - The y coordinate.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.