次の方法で共有


PenDevice.GetFromPointerId(UInt32) メソッド

定義

指定したポインターに関連付けられている PenDevice オブジェクト (使用可能な場合) を取得します。

public:
 static PenDevice ^ GetFromPointerId(unsigned int pointerId);
 static PenDevice GetFromPointerId(uint32_t const& pointerId);
public static PenDevice GetFromPointerId(uint pointerId);
function getFromPointerId(pointerId)
Public Shared Function GetFromPointerId (pointerId As UInteger) As PenDevice

パラメーター

pointerId
UInt32

unsigned int

uint32_t

ポインター イベントに関連付けられている一意のポインター識別子。

戻り値

PenDevice オブジェクト。

ポインター入力がペン入力に対応しない場合、またはペンが一意の ID をサポートしていない場合は null を返します。

適用対象