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)
ParameterTypeDescription
xint32_tThe x coordinate.
yint32_tThe 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