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 public void MoveTo(
double x,
double y
)
Public Sub MoveTo (
x As Double,
y As Double
)
public:
virtual void MoveTo(
double x,
double y
) sealed
abstract MoveTo :
x : float *
y : float -> unit
override 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
Implements
ICanvasPathMethodsMoveTo(Double, Double)See Also