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 지정된 위치에 설정할 위치입니다.

예외

StylusPointDescriptionstylusPoint 속성과 Description 호환되지 않습니다.

index가 .에 있는 개체 수 StylusPoint 보다 큰 경우 StylusPointCollection

적용 대상