TPDC_CALIBRATION_POINT (Compact 2013)
3/26/2014
This structure holds the calibration mapping information that TouchPanelGetDeviceCaps returns.
Syntax
struct TPDC_CALIBRATION_POINT {
INT PointNumber;
INT cDisplayWidth;
INT cDisplayHeight;
INT CalibrationX;
INT CalibrationY;
};
Members
- PointNumber
Index value of the point that is being calibrated.
- cDisplayWidth
Width of the display.
- cDisplayHeight
Height of the display.
- CalibrationX
Calibration data for the x position.
- CalibrationY
Calibration data for the y position.
Requirements
Header |
tchddi.h |