IPath.LineTo

IPath.LineTo method

Adds a straight line segment from the current point to the specified coordinates.

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

See Also