ShapePath.MoveTo
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.
public void MoveTo(float x, float y)
Parameter | Type | Description |
---|---|---|
x | Single | The x-coordinate of the starting point of the figure. |
y | Single | The y-coordinate of the starting point of the figure. |
See Also
- class ShapePath
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells