GazePointPreview.EyeGazePosition プロパティ

定義

視線入力ポイントのユーザーの目の位置と向きから派生した位置を取得します。

public:
 property IReference<Point> ^ EyeGazePosition { IReference<Point> ^ get(); };
IReference<Point> EyeGazePosition();
public System.Nullable<Point> EyeGazePosition { get; }
var iReference = gazePointPreview.eyeGazePosition;
Public ReadOnly Property EyeGazePosition As Nullable(Of Point)

プロパティ値

視線入力ポイントの画面座標は、アプリケーション ビュー (または視線入力が有効な要素) に対して、デバイスに依存しないピクセル (DIP) にあり、制約されます。

適用対象

こちらもご覧ください