StylusPointCollection.RemoveItem(Int32) メソッド

定義

指定した位置にある StylusPointStylusPointCollection から削除します。

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)

パラメーター

index
Int32

StylusPoint を削除する位置。

例外

StylusPointCollectionStroke に接続されて、StylusPoint 内には 1 つの StylusPointCollection だけが存在します。

適用対象