TextEffectCollection.RemoveAt(Int32) Metoda

Definicja

Usuwa element TextEffect w określonym indeksie w kolekcji.

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

Indeks zerowy obiektu TextEffect do usunięcia.

Implementuje

Uwagi

Obiekty, które następują po usuniętym obiekcie, są przesunięte, aby zajmować opuszczoną pozycję, a ich wartości indeksu są aktualizowane.

Dotyczy