Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 |