Share via


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

지정된 스트로크입니다.

적용 대상