GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPolygon Class / RemovePoint Method
the zero-based index
In This Topic
    RemovePoint Method (GoPolygon)
    In This Topic
    Remove the point at a particular index, thereby reducing the number of points by one.
    Syntax
    public virtual void RemovePoint( 
       int i
    )

    Parameters

    i
    the zero-based index
    Remarks
    This method does nothing if i is out of bounds.
    See Also