RemoveAt

PictureCollection.RemoveAt method

قم بإزالة الأشكال الموجودة في الفهرس المحدد

public void RemoveAt(int index)

أمثلة


[C#]
// إضافة صورة
int index2 = pictures.Add(1, 1, "image.png");
//حذف
pictures.RemoveAt(index2);

أنظر أيضا