Gets the pointer data of the last pointer event.
public:
property PointerPoint^ CurrentPoint {
PointerPoint^ get ();
}
Type: PointerPoint
Information about the state and screen position of the pointer.
CurrentPoint corresponds to the last point retrieved by GetIntermediatePoints.
C++
void MyCoreWindowEvents::GetPointerInfo(
_In_ PointerEventArgs^ args
)
{
Windows::UI::Input::PointerPoint^ currentPoint = args->CurrentPoint;
// save or print currentPoint
}
Namespace: Windows.UI.Core
Metadata: windows.winmd