StylusEventArgs.GetStylusPoints 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이벤트에서 수집된 StylusPointCollection 개체가 들어 있는 StylusPoint을 반환합니다.
오버로드
GetStylusPoints(IInputElement) |
지정된 입력 요소에 상대적인 StylusPointCollection 개체가 들어 있는 StylusPoint을 반환합니다. |
GetStylusPoints(IInputElement, StylusPointDescription) |
지정된 StylusPointCollection을 사용하고 지정된 입력 요소와 관련된 StylusPointDescription 개체가 들어 있는 StylusPoint를 반환합니다. |
GetStylusPoints(IInputElement)
지정된 입력 요소에 상대적인 StylusPointCollection 개체가 들어 있는 StylusPoint을 반환합니다.
public:
System::Windows::Input::StylusPointCollection ^ GetStylusPoints(System::Windows::IInputElement ^ relativeTo);
public System.Windows.Input.StylusPointCollection GetStylusPoints (System.Windows.IInputElement relativeTo);
member this.GetStylusPoints : System.Windows.IInputElement -> System.Windows.Input.StylusPointCollection
Public Function GetStylusPoints (relativeTo As IInputElement) As StylusPointCollection
매개 변수
- relativeTo
- IInputElement
IInputElement 의 (x,y
) 좌표가 StylusPointCollection 매핑되는 입니다.
반환
이벤트에서 수집된 StylusPointCollection 개체가 들어 있는 StylusPoint입니다.
예외
relativeTo
가 UIElement도 FrameworkContentElement도 아닌 경우
적용 대상
GetStylusPoints(IInputElement, StylusPointDescription)
지정된 StylusPointCollection을 사용하고 지정된 입력 요소와 관련된 StylusPointDescription 개체가 들어 있는 StylusPoint를 반환합니다.
public:
System::Windows::Input::StylusPointCollection ^ GetStylusPoints(System::Windows::IInputElement ^ relativeTo, System::Windows::Input::StylusPointDescription ^ subsetToReformatTo);
public System.Windows.Input.StylusPointCollection GetStylusPoints (System.Windows.IInputElement relativeTo, System.Windows.Input.StylusPointDescription subsetToReformatTo);
member this.GetStylusPoints : System.Windows.IInputElement * System.Windows.Input.StylusPointDescription -> System.Windows.Input.StylusPointCollection
Public Function GetStylusPoints (relativeTo As IInputElement, subsetToReformatTo As StylusPointDescription) As StylusPointCollection
매개 변수
- relativeTo
- IInputElement
IInputElement 의 (x,y
) 좌표가 StylusPointCollection 매핑되는 입니다.
- subsetToReformatTo
- StylusPointDescription
StylusPointDescription에서 사용할 StylusPointCollection입니다.
반환
이벤트에서 수집된 StylusPointCollection 개체가 들어 있는 StylusPoint입니다.
예외
relativeTo
가 UIElement도 FrameworkContentElement도 아닌 경우
설명
subsetToReformatTo
와 호환 되어야 합니다의 Description 속성은 StylusPointCollection 에서 GetStylusPoints(IInputElement) 메서드. 사용 된 GetCommonDescription 메서드를를 StylusPointDescription 호출 하기 전에 GetStylusPoints(IInputElement, StylusPointDescription) 메서드.
참고
GetStylusPoints 제약 조건을 사용 하는 StylusPointCollection 에서 StylusEventArgs경우에 제약 조건 subsetToReformatTo
다른. 예를 들어, 경우 subsetToReformatTo
사용 하 여 NormalPressure 값의 0부터 1023 않음 StylusEventArgs 0과 255의 값을 사용 하 여 GetStylusPoints 반환는 StylusPointDescription 0과 255의 값이 포함 된.
적용 대상
.NET