Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
PenDeviceInterop.FromPointerPoint(PointerPoint) Method
Definition
- Namespace:
- Microsoft.UI.Input.Interop
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a reference to a pen device associated with the specified pointer.
public:
static PenDevice ^ FromPointerPoint(PointerPoint ^ pointerPoint);
static PenDevice FromPointerPoint(PointerPoint const& pointerPoint);
public static PenDevice FromPointerPoint(PointerPoint pointerPoint);
function fromPointerPoint(pointerPoint)
Public Shared Function FromPointerPoint (pointerPoint As PointerPoint) As PenDevice
Parameters
- pointerPoint
- PointerPoint
The pointer associated with the pen device.
Returns
A reference to a pen device.
Applies to
Feedback
Was this page helpful?
