StylusPointCollection.SetItem(Int32, StylusPoint) 메서드

정의

지정된 위치에 지정된 StylusPoint를 설정합니다.

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

매개 변수

index
Int32

StylusPoint를 설정할 위치입니다.

stylusPoint
StylusPoint

지정된 위치에 설정할 StylusPoint입니다.

예외

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

indexStylusPointStylusPointCollection 개체 수보다 큰 경우

적용 대상