다음을 통해 공유


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을 반환합니다.

적용 대상