Int32KeyFrameCollection.RemoveAt(Int32) Metoda
Definicja
Usuwa Int32KeyFrame o określonej pozycji indeksu z kolekcji.Removes the Int32KeyFrame at the specified index position from the collection.
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 Int32KeyFrame do usunięcia.Index position of the Int32KeyFrame to be removed.