Aspose::Cells::Drawing::ShapePath::MoveTo method

ShapePath::MoveTo method

Starts a new figure from the specified point without closing the current figure. All subsequent points added to the path are added to this new figure.Unit: Pixel.

void Aspose::Cells::Drawing::ShapePath::MoveTo(float x, float y)
ParameterTypeDescription
xfloatThe x-coordinate of the starting point of the figure(Unit: Pixel).
yfloatThe y-coordinate of the starting point of the figure(Unit: Pixel).

See Also