PathSegmentCollection.RemoveAt(Int32) Metoda

Definice

Odebere PathSegment z tohoto PathSegmentCollectionparametru zadaný index .

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

Index položky, kterou chcete odebrat.

Implementuje

Platí pro

Viz také