StylusPointCollection.RemoveItem(Int32) Metoda

Definicja

Usuwa obiekt StylusPoint w określonej pozycji z .StylusPointCollection

protected:
 override void RemoveItem(int index);
protected override sealed void RemoveItem (int index);
override this.RemoveItem : int -> unit
Protected Overrides NotOverridable Sub RemoveItem (index As Integer)

Parametry

index
Int32

Położenie, w którym należy usunąć element StylusPoint.

Wyjątki

Element StylusPointCollection jest połączony z elementem Stroke i istnieje tylko jeden StylusPoint element w elemecie StylusPointCollection.

Dotyczy