GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / InsertLineTo Method / InsertLineTo(Int32,Single,Single) Method
In This Topic
    InsertLineTo(Int32,Single,Single) Method
    In This Topic
    Insert a straight line segment into this shape at the given index.
    Syntax
    public void InsertLineTo( 
       int i,
       float x,
       float y
    )

    Parameters

    i
    x
    y
    Remarks
    See Also