Share via


PointerPoint.FrameId 属性

定义

获取输入帧的 ID。

public:
 property unsigned int FrameId { unsigned int get(); };
uint32_t FrameId();
public uint FrameId { get; }
var uInt32 = pointerPoint.frameId;
Public ReadOnly Property FrameId As UInteger

属性值

UInt32

unsigned int

uint32_t

帧 ID。

注解

帧是特定实例上的输入点的集合。 帧 ID 是集合中每个输入点的通用标识符。

适用于