AddLine Method (GeometrySink)
In This Topic
Creates a line segment between the current point and the specified end point and adds it to the geometry sink.
Syntax
'Declaration
Sub AddLine( _
ByVal As Point2F _
)
Parameters
- point
- The end point of the line to draw.
See Also