ICanvas.LineTo

ICanvas.LineTo method

Adds a line segment to the current path.

public void LineTo(double x, double y)
ParameterTypeDescription
xDoubleThe x-coordinate of the ending point of the line segment.
yDoubleThe y-coordinate of the ending point of the line segment.

See Also