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

현재 스트로크를 바꿀 스트로크입니다.

적용 대상