Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / GeometrySinkNative Class / AddLine Method

In This Topic
    AddLine Method (GeometrySinkNative)
    In This Topic
    void ID2D1GeometrySink::AddLine([In] D2D_POINT_2F point)
    Syntax
    'Declaration
     
    Public Sub AddLine( _
       ByVal point As Point2F _
    ) 
    public void AddLine( 
       Point2F point
    )

    Parameters

    point
    See Also