Constructs a new TouchScreenCalibration object by computing the transformation between three sampled points and the matching target points.
[Visual Basic] Public Sub New( _ ByVal TouchPoint As TouchPoint, _ ByVal EZLCDPointEx As EZLCDPointEx, _ ByVal TouchPoint As TouchPoint, _ ByVal EZLCDPointEx As EZLCDPointEx, _ ByVal TouchPoint As TouchPoint, _ ByVal EZLCDPointEx As EZLCDPointEx _ ) [C#] public TouchScreenCalibration( TouchPoint TouchPoint, EZLCDPointEx EZLCDPointEx, TouchPoint TouchPoint, EZLCDPointEx EZLCDPointEx, TouchPoint TouchPoint, EZLCDPointEx EZLCDPointEx ); [C++] public: TouchScreenCalibration( TouchPoint TouchPoint, EZLCDPointEx EZLCDPointEx, TouchPoint TouchPoint, EZLCDPointEx EZLCDPointEx, TouchPoint TouchPoint, EZLCDPointEx EZLCDPointEx ); [JScript] public function TouchScreenCalibration( TouchPoint TouchPoint, EZLCDPointEx EZLCDPointEx, TouchPoint TouchPoint, EZLCDPointEx EZLCDPointEx, TouchPoint TouchPoint, EZLCDPointEx EZLCDPointEx );
TouchScreenCalibration Class | EZLCD.Core Namespace