GazeUtils getRelativeToScreenSpace Method C# SDK for The Eye Tribe Tracker
Converts a relative point to screen point in pixels

Namespace: TETCSharpClient
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Point2D getRelativeToScreenSpace(
	Point2D point,
	int screenWidth,
	int screenHeight
)

Parameters

point
Type: TETCSharpClient.Data Point2D

[Missing <param name="point"/> documentation for "M:TETCSharpClient.GazeUtils.getRelativeToScreenSpace(TETCSharpClient.Data.Point2D,System.Int32,System.Int32)"]

screenWidth
Type: System Int32

[Missing <param name="screenWidth"/> documentation for "M:TETCSharpClient.GazeUtils.getRelativeToScreenSpace(TETCSharpClient.Data.Point2D,System.Int32,System.Int32)"]

screenHeight
Type: System Int32

[Missing <param name="screenHeight"/> documentation for "M:TETCSharpClient.GazeUtils.getRelativeToScreenSpace(TETCSharpClient.Data.Point2D,System.Int32,System.Int32)"]

Return Value

Type: Point2D

[Missing <returns> documentation for "M:TETCSharpClient.GazeUtils.getRelativeToScreenSpace(TETCSharpClient.Data.Point2D,System.Int32,System.Int32)"]

See Also