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

    Parameters

    i
    x
    y
    Remarks
    See Also