GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / InsertStartAt Method / InsertStartAt(Int32,Single,Single) Method
In This Topic
    InsertStartAt(Int32,Single,Single) Method
    In This Topic
    Start a new figure at the given point, perhaps ending any ongoing figure at that index.
    Syntax
    public void InsertStartAt( 
       int i,
       float x,
       float y
    )

    Parameters

    i
    x
    y
    Remarks
    See Also