Udostępnij za pośrednictwem


DrawingCollection.RemoveAt(Int32) Metoda

Definicja

Usuwa element Drawing na określonej pozycji indeksu z .DrawingCollection

public:
 virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

Parametry

index
Int32

Pozycja indeksu elementu do usunięcia.

Implementuje

Dotyczy

Zobacz też