[]
Creates a line segment between the current point and the specified end point and adds it to the geometry sink.
void AddLine(PointF pointTo)
Sub AddLine(pointTo As PointF)
Type | Name | Description |
---|---|---|
PointF | pointTo | The end point of the line to draw. |