Clear

ShapeCollection.Clear method

清除所有形状。

public void Clear()

例子


[C#]
if (shapes.Count > 0)
{
    shapes.Clear();
}

也可以看看