GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / InsertLineTo Method / InsertLineTo(Int32,PointF) Method
must be greater than zero
the destination point
In This Topic
    InsertLineTo(Int32,PointF) Method
    In This Topic
    Insert a straight line segment into this shape at the given index.
    Syntax
    public void InsertLineTo( 
       int i,
       PointF p
    )

    Parameters

    i
    must be greater than zero
    p
    the destination point
    Remarks
    IsSegmentIndex should be true for the given index i.
    See Also