Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / IGeometrySink Interface / AddLine Method
The end point of the line to draw.

In This Topic
    AddLine Method (IGeometrySink)
    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