StylusPointCollection.RemoveItem(Int32) 메서드

정의

StylusPoint의 지정된 위치에 있는 StylusPointCollection를 제거합니다.

protected:
 override void RemoveItem(int index);
protected override sealed void RemoveItem (int index);
override this.RemoveItem : int -> unit
Protected Overrides NotOverridable Sub RemoveItem (index As Integer)

매개 변수

index
Int32

StylusPoint을 제거할 위치입니다.

예외

StylusPointCollectionStroke에 연결되어 있고 StylusPoint에 하나의 StylusPointCollection만 있는 경우

적용 대상