StrokeCollection.SetItem(Int32, Stroke) メソッド

定義

指定したインデックス位置にあるストロークを置き換えます。

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

パラメーター

index
Int32

ストロークを置換する位置。

stroke
Stroke

現在のストロークを置き換えるストローク。

適用対象