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

    Parameters

    x
    y
    Remarks
    This just calls LineTo(PointF).
    See Also