ShapePath.LineTo

ShapePath.LineTo method

Appends a line segment to the current figure. The starting point is the end point of the current figure.

public void LineTo(float x, float y)
ParameterTypeDescription
xSingleThe x-coordinate of the endpoint of the line segment.
ySingleThe y-coordinate of the endpoint of the line segment.

See Also