IPath.MoveTo

IPath.MoveTo method

Moves the current point to the specified coordinates.

public void MoveTo(float x, float y)
ParameterTypeDescription
xSingleThe x-coordinate of the destination point.
ySingleThe y-coordinate of the destination point.

See Also