PenDeviceInterop.FromPointerPoint(PointerPoint) 方法

定义

检索对与指定指针关联的笔设备的引用。

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

参数

pointerPoint
PointerPoint

与笔设备关联的指针。

返回

对笔设备的引用。

适用于