[]
Creates a line segment between the current point and the specified end point and adds it to the geometry sink.
public static void AddLine(this IPath path, float x, float y)
Public Shared Sub AddLine(path As IPath, x As Single, y As Single)
The IPath object.
The x coordinate of the end point.
The y coordinate of the end point.