GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPolygon Class / InsertPoint Method
the zero-based index
A PointF in document coordinates
In This Topic
    InsertPoint Method (GoPolygon)
    In This Topic
    Add a point at a particular index, thereby increasing the number of points by one.
    Syntax
    public virtual void InsertPoint( 
       int i,
       PointF p
    )

    Parameters

    i
    the zero-based index
    p
    A PointF in document coordinates
    Remarks
    This method throws an ArgumentException if the index i is less than zero.
    See Also