ComponentOne Bitmap for UWP
AddLine Method (GeometrySink)

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > GeometrySink Interface : AddLine Method
The end point of the line to draw.
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 point As Point2F _
) 
void AddLine( 
   Point2F point
)

Parameters

point
The end point of the line to draw.
See Also

Reference

GeometrySink Interface
GeometrySink Members