Clear

ShapeCollection.Clear method

مسح كافة الأشكال .

public void Clear()

أمثلة


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

أنظر أيضا