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

指定したストローク。

適用対象