GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / LineTo Method / LineTo(PointF) Method
the destination point
In This Topic
    LineTo(PointF) Method
    In This Topic
    Extend the current figure by drawing a straight line to a point.
    Syntax
    public void LineTo( 
       PointF p
    )

    Parameters

    p
    the destination point
    See Also