[]
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)
| Type | Name | Description |
|---|---|---|
| IPath | path | The IPath object. |
| float | x | The x coordinate of the end point. |
| float | y | The y coordinate of the end point. |