GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / InsertStartAt Method / InsertStartAt(Int32,PointF) Method
the index for starting a new figure
the start point
In This Topic
    InsertStartAt(Int32,PointF) 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,
       PointF p
    )

    Parameters

    i
    the index for starting a new figure
    p
    the start point
    Remarks
    IsSegmentIndex should be true for the given index i.
    See Also