StylusPointCollection.InsertItem(Int32, StylusPoint) 메서드

정의

지정된 StylusPoint를 지정된 위치의 StylusPointCollection에 삽입합니다.

protected:
 override void InsertItem(int index, System::Windows::Input::StylusPoint stylusPoint);
protected override sealed void InsertItem (int index, System.Windows.Input.StylusPoint stylusPoint);
override this.InsertItem : int * System.Windows.Input.StylusPoint -> unit
Protected Overrides NotOverridable Sub InsertItem (index As Integer, stylusPoint As StylusPoint)

매개 변수

index
Int32

StylusPoint를 삽입할 위치입니다.

stylusPoint
StylusPoint

StylusPointCollection에 삽입할 StylusPoint입니다.

예외

stylusPointStylusPointDescriptionDescription 속성과 호환되지 않는 경우

indexStylusPointStylusPointCollection 개체 수보다 크거나 같은 경우

적용 대상