PenDeviceInterop.FromPointerPoint(PointerPoint) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère une référence à un appareil de stylet associé au pointeur spécifié.
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
Paramètres
- pointerPoint
- PointerPoint
Pointeur associé au périphérique de stylet.
Retours
Référence à un appareil à stylet.