StrokeCollection.InsertItem(Int32, Stroke) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ストロークを指定されたインデックス位置の 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
指定したストローク。