Path2DMoveTo Method
Moves the starting point of a new sub-path to the (x, y) coordinates.

Namespace: Aspose.Html.Dom.Canvas
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public void MoveTo(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
The x axis of the point
y
Type: SystemDouble
The y axis of the point

Implements

ICanvasPathMethodsMoveTo(Double, Double)
See Also