Windows.UI.Input.PointerPoint.RawPosition
May 17, 2019 ยท View on GitHub
-description
Gets the client coordinates of the input pointer as reported by the input device.
-property-value
The client coordinates, in device-independent pixels (DIP).
-remarks
Under some circumstances, such as touch targeting near a UIElement, this data might be modified by the system.
If your app supports complex inking, where accuracy and performance is critical, we recommend using the RawPosition data to handle input prediction when managing hardware or message latency due to delays in sensing and processing of the pointer location on the digitizer.
See Position for more information on handling modified input data.