ezLCD SDK Documentation

EZLCD004.Calibration Property

 [This is preliminary documentation and subject to change.]

Get/Set the active calibration for this LCD object. The calibration will be used to generate screen coordinates for the pen event arguments.

[Visual Basic]
Public Property TouchScreenCalibration As 
[C#]
public TouchScreenCalibration TouchScreenCalibration { get; set; }
[C++]
public: __property * get_TouchScreenCalibration();
public: __property void set_TouchScreenCalibration(TouchScreenCalibration* );
[JScript]
public function get TouchScreenCalibration() : TouchScreenCalibration
public function set TouchScreenCalibration(TouchScreenCalibration);

See Also

EZLCD004 Class | EZLCD.SDK Namespace