Aspose::Cells::Drawing::ShapePathPointCollection::Add method
ShapePathPointCollection::Add method
Adds a path point in unit of EMUs.
Deprecated
Use the MoveTo,LineTo,CubicBezierTo and ArcTo methods in ShapePath instead.
int32_t Aspose::Cells::Drawing::ShapePathPointCollection::Add(int32_t x, int32_t y)
Parameter | Type | Description |
---|---|---|
x | int32_t | The x coordinate. |
y | int32_t | The y coordinate. |
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.
See Also
- Class Vector
- Class ShapePathPointCollection
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++