Transforms a touch screen point into display coordinates.
Note It is possible for the display coordinates to extend beyond the bounds of the screen. The values returned by this method will always be greater than or equal to zero.
[Visual Basic] Public Function ( _ ByVal TouchPoint As TouchPoint _ ) As EZLCDPointEx [C#] public EZLCDPointEx ( TouchPoint TouchPoint ); [C++] public: EZLCDPointEx ( TouchPoint TouchPoint ); [JScript] public function ( TouchPoint TouchPoint ): EZLCDPointEx;
TouchScreenCalibration Class | EZLCD.Core Namespace