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);
EZLCD004 Class | EZLCD.SDK Namespace