ICanvas.MoveTo

ICanvas.MoveTo method

Moves the starting point of a new subpath to the specified point.

public void MoveTo(double x, double y)
ParameterTypeDescription
xDoubleThe x-coordinate of the starting point.
yDoubleThe y-coordinate of the starting point.

See Also