ICanvasPathMethodsMoveTo Method |
Moves the starting point of a new sub-path to the (x, y) coordinates.
Namespace: Aspose.Html.Dom.CanvasAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax void MoveTo(
double x,
double y
)
Sub MoveTo (
x As Double,
y As Double
)
void MoveTo(
double x,
double y
)
abstract MoveTo :
x : float *
y : float -> unit
Parameters
- x
- Type: SystemDouble
The x axis of the point - y
- Type: SystemDouble
The y axis of the point
See Also