共用方式為


PointerPoint.FrameId 屬性

定義

取得輸入框架的識別碼。

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

框架識別碼。

備註

同時保留多個觸控指標時,每個指標都會有相同的畫面識別碼,但唯一的指標識別碼。

適用於