StrokeCollection.RemoveItem(Int32) 方法

定义

StrokeCollection 中移除指定索引处的笔画。

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

指定的索引。

适用于