GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / StartAt Method / StartAt(Single,Single) Method
In This Topic
    StartAt(Single,Single) Method
    In This Topic
    Extend this shape by starting a new figure at a particular point.
    Syntax
    public void StartAt( 
       float x,
       float y
    )

    Parameters

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