TPDC_CALIBRATION_POINT

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure is filled in by TouchPanelGetDeviceCaps.

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
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

TouchPanelGetDeviceCaps