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

    Parameters

    i
    the destination index of the line
    p
    the starting point of the new line
    Remarks
    IsSegmentIndex should be true for the given index i. Useful for attaching to the beginning of figures.
    See Also