Tobii Pro SDK Python API
tobii_research.DisplayArea Class Reference

Represents the corners in space of the active display area, and its size. More...

Inherits object.

Data Fields

 bottom_left
 Gets the bottom left corner of the active display area as a three valued tuple.
 
 bottom_right
 Gets the bottom left corner of the active display area as a three valued tuple.
 
 height
 Gets the height in millimeters of the active display area.
 
 top_left
 Gets the top left corner of the active display area as a three valued tuple.
 
 top_right
 Gets the top right corner of the active display area as a three valued tuple.
 
 width
 Gets the width in millimeters of the active display area.
 

Detailed Description

Represents the corners in space of the active display area, and its size.

Return value from EyeTracker.get_display_area.