PenDevice.GetFromPointerId(UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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物件。
如果指標輸入未對應至畫筆輸入,或手寫筆不支援唯一識別碼,則傳回 null。