ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / GeometrySink Interface / AddLine Method
The end point of the line to draw.

In This Topic
    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 point As Point2F _
    ) 
    void AddLine( 
       Point2F point
    )

    Parameters

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