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 は、コレクション内の各入力ポイントの共通識別子です。

適用対象