ICanvasPathMethods.MoveTo
ICanvasPathMethods.MoveTo method
Moves the starting point of a new sub-path to the (x, y) coordinates.
public void MoveTo(double x, double y)
Parameter | Type | Description |
---|---|---|
x | Double | The x axis of the point |
y | Double | The y axis of the point |
See Also
- interface ICanvasPathMethods
- namespace Aspose.Html.Dom.Canvas
- assembly Aspose.HTML