Aspose::Cells::Drawing::ShapePathPointCollection::Add method

ShapePathPointCollection::Add method

Adds a path point.

int32_t Aspose::Cells::Drawing::ShapePathPointCollection::Add(int32_t x, int32_t y)
ParameterTypeDescription
xint32_tThe x coordinate.
yint32_tThe y coordinate.

See Also