PenDeviceInterop.FromPointerPoint(PointerPoint) Method

Definition

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