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)
ParameterTypeDescription
xDoubleThe x axis of the point
yDoubleThe y axis of the point

See Also