TCH_DISPLAY_INFO (Compact 2013)
3/26/2014
This structure is used by TchCal_SetDisplayInfo to set the display subpixel accuracy.
Syntax
typedef struct {
int width;
int height;
int subpixelAccuracy;
} TCH_DISPLAY_INFO;
Members
- width
The display width.
- height
The display height.
- subpixelAccuracy
The subpixel accuracy.
Remarks
TchCal_SetDisplayInfo does not use members width and height of TCH_DISPLAY_INFO.
Requirements
Header |
tchstream.h |