PointCollection.RemoveAt(Int32) Metoda
Definicja
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 (liczony od zera) Point do usunięcia.The zero-based index of the Point to remove.