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

替换当前笔划的笔划。

适用于