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

指定的筆劃。

適用於