PointerPoint.GetIntermediatePoints 메서드

정의

오버로드

GetIntermediatePoints(UInt32)

마지막 포인터 이벤트에서 현재 포인터 이벤트까지 지정된 포인터의 위치 및 상태 정보를 검색합니다.

대부분의 경우 선택한 언어 프레임워크에서 포인터 이벤트 처리기의 이벤트 인수를 통해 포인터 정보를 가져오는 것이 좋습니다(JavaScript를 사용하는 Windows 앱, C++, C#또는 Visual Basic을 사용하는 UWP 앱 또는 C++와 함께 DirectX를 사용하는 UWP 앱).

이벤트 인수가 앱에 필요한 포인터 세부 정보를 기본적으로 노출하지 않는 경우 PointerRoutedEventArgsGetCurrentPointGetIntermediatePoints 메서드를 통해 확장 포인터 데이터에 액세스할 수 있습니다. 이러한 메서드를 사용하여 포인터 데이터의 컨텍스트를 지정합니다.

정적 PointerPoint 메서드인 GetCurrentPoint 및 GetIntermediatePoints는 항상 앱 컨텍스트를 사용합니다.

GetIntermediatePoints(UInt32, IPointerPointTransform)

마지막 포인터 이벤트부터 현재 포인터 이벤트까지 지정된 포인터에 대한 변환된 위치 및 상태 정보를 검색합니다.

대부분의 경우 선택한 언어 프레임워크에서 포인터 이벤트 처리기의 이벤트 인수를 통해 포인터 정보를 가져오는 것이 좋습니다(JavaScript를 사용하는 Windows 앱, C++, C#또는 Visual Basic을 사용하는 UWP 앱 또는 C++와 함께 DirectX를 사용하는 UWP 앱).

이벤트 인수가 앱에 필요한 포인터 세부 정보를 기본적으로 노출하지 않는 경우 PointerRoutedEventArgsGetCurrentPointGetIntermediatePoints 메서드를 통해 확장 포인터 데이터에 액세스할 수 있습니다. 이러한 메서드를 사용하여 포인터 데이터의 컨텍스트를 지정합니다.

정적 PointerPoint 메서드인 GetCurrentPointGetIntermediatePoints는 항상 앱 컨텍스트를 사용합니다.

GetIntermediatePoints(UInt32)

마지막 포인터 이벤트에서 현재 포인터 이벤트까지 지정된 포인터의 위치 및 상태 정보를 검색합니다.

대부분의 경우 선택한 언어 프레임워크에서 포인터 이벤트 처리기의 이벤트 인수를 통해 포인터 정보를 가져오는 것이 좋습니다(JavaScript를 사용하는 Windows 앱, C++, C#또는 Visual Basic을 사용하는 UWP 앱 또는 C++와 함께 DirectX를 사용하는 UWP 앱).

이벤트 인수가 앱에 필요한 포인터 세부 정보를 기본적으로 노출하지 않는 경우 PointerRoutedEventArgsGetCurrentPointGetIntermediatePoints 메서드를 통해 확장 포인터 데이터에 액세스할 수 있습니다. 이러한 메서드를 사용하여 포인터 데이터의 컨텍스트를 지정합니다.

정적 PointerPoint 메서드인 GetCurrentPoint 및 GetIntermediatePoints는 항상 앱 컨텍스트를 사용합니다.

public:
 static IVector<PointerPoint ^> ^ GetIntermediatePoints(unsigned int pointerId);
/// [Windows.Foundation.Metadata.Overload("GetIntermediatePoints")]
 static IVector<PointerPoint> GetIntermediatePoints(uint32_t const& pointerId);
[Windows.Foundation.Metadata.Overload("GetIntermediatePoints")]
public static IList<PointerPoint> GetIntermediatePoints(uint pointerId);
function getIntermediatePoints(pointerId)
Public Shared Function GetIntermediatePoints (pointerId As UInteger) As IList(Of PointerPoint)

매개 변수

pointerId
UInt32

unsigned int

uint32_t

포인터의 ID입니다.

반환

변환된 포인터 속성(현재 및 기록)입니다.

특성

설명

GetIntermediatePoints는 정적 메서드입니다.

이 메서드에서 검색한 가장 최근의 포인터 정보는 GetCurrentPoint 메서드에서 검색한 것과 같습니다.

추가 정보

적용 대상

GetIntermediatePoints(UInt32, IPointerPointTransform)

마지막 포인터 이벤트부터 현재 포인터 이벤트까지 지정된 포인터에 대한 변환된 위치 및 상태 정보를 검색합니다.

대부분의 경우 선택한 언어 프레임워크에서 포인터 이벤트 처리기의 이벤트 인수를 통해 포인터 정보를 가져오는 것이 좋습니다(JavaScript를 사용하는 Windows 앱, C++, C#또는 Visual Basic을 사용하는 UWP 앱 또는 C++와 함께 DirectX를 사용하는 UWP 앱).

이벤트 인수가 앱에 필요한 포인터 세부 정보를 기본적으로 노출하지 않는 경우 PointerRoutedEventArgsGetCurrentPointGetIntermediatePoints 메서드를 통해 확장 포인터 데이터에 액세스할 수 있습니다. 이러한 메서드를 사용하여 포인터 데이터의 컨텍스트를 지정합니다.

정적 PointerPoint 메서드인 GetCurrentPointGetIntermediatePoints는 항상 앱 컨텍스트를 사용합니다.

public:
 static IVector<PointerPoint ^> ^ GetIntermediatePoints(unsigned int pointerId, IPointerPointTransform ^ transform);
/// [Windows.Foundation.Metadata.Overload("GetIntermediatePointsTransformed")]
 static IVector<PointerPoint> GetIntermediatePoints(uint32_t const& pointerId, IPointerPointTransform const& transform);
[Windows.Foundation.Metadata.Overload("GetIntermediatePointsTransformed")]
public static IList<PointerPoint> GetIntermediatePoints(uint pointerId, IPointerPointTransform transform);
function getIntermediatePoints(pointerId, transform)
Public Shared Function GetIntermediatePoints (pointerId As UInteger, transform As IPointerPointTransform) As IList(Of PointerPoint)

매개 변수

pointerId
UInt32

unsigned int

uint32_t

포인터의 ID입니다.

transform
IPointerPointTransform

포인터에 적용할 변환입니다.

반환

변환된 포인터 속성(현재 및 기록)입니다.

특성

설명

GetIntermediatePoints는 정적 메서드입니다.

이 메서드는 특정 요소를 기준으로 포인터 정보를 가져오는 데 유용합니다.

이 메서드에서 검색한 가장 최근의 포인터 정보는 GetCurrentPoint 메서드에서 검색한 것과 같습니다.

추가 정보

적용 대상