GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / ClearPoints Method
In This Topic
    ClearPoints Method (GoDrawing)
    In This Topic
    Remove all figures from this shape.
    Syntax
    public void ClearPoints()
    Remarks
    Afterwards the PointsCount will be zero. The paints and other properties are not affected.
    See Also