ICanvas.MoveTo
ICanvas.MoveTo method
Moves the starting point of a new subpath to the specified point.
public void MoveTo(double x, double y)
Parameter | Type | Description |
---|---|---|
x | Double | The x-coordinate of the starting point. |
y | Double | The y-coordinate of the starting point. |
See Also
- interface ICanvas
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG