StrokeCollection.InsertItem(Int32, Stroke) 方法

定义

将笔划插入到指定索引处的 StrokeCollection

protected:
 override void InsertItem(int index, System::Windows::Ink::Stroke ^ stroke);
protected override sealed void InsertItem (int index, System.Windows.Ink.Stroke stroke);
override this.InsertItem : int * System.Windows.Ink.Stroke -> unit
Protected Overrides NotOverridable Sub InsertItem (index As Integer, stroke As Stroke)

参数

index
Int32

指定的索引。

stroke
Stroke

指定的笔划。

适用于