GazeData
RawCoordinates Property
C# SDK for The Eye Tribe Tracker
Raw gaze coordinates in pixels
Namespace:
TETCSharpClient.Data
Assembly:
TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
C++
F#
Copy to Clipboard
Print
public
Point2D
RawCoordinates
{
get
;
set
; }
public Point2D RawCoordinates { get; set; }
Property Value
Type:
Point2D
See Also
Reference
GazeData Class
TETCSharpClient.Data Namespace