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物件。

如果指標輸入未對應至畫筆輸入,或手寫筆不支援唯一識別碼,則傳回 null。

適用於