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.
void Aspose::Cells::Drawing::ShapePath::MoveTo(float x, float y)
Parameter | Type | Description |
---|---|---|
x | float | The x-coordinate of the starting point of the figure. |
y | float | The y-coordinate of the starting point of the figure. |
See Also
- Class Vector
- Class ShapePath
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++