Clear

PictureCollection.Clear method

清除所有图片。

public void Clear()

例子


[C#]
//清除
pictures.Clear();

也可以看看