GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPolygon Class / ClearPoints Method
In This Topic
    ClearPoints Method (GoPolygon)
    In This Topic
    Remove all of the points for this polygon.
    Syntax
    public virtual void ClearPoints()
    Remarks
    Afterwards, this polygon is not likely to participate usefully in many operations, such as painting, until more points are added by calling AddPoint(PointF) or SetPoints.
    See Also