PenDeviceInterop.FromPointerPoint(PointerPoint) Method
Definition
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.