ezLCD SDK Documentation

TouchScreenCalibration. Method 

 [This is preliminary documentation and subject to change.]

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;

Parameters

touchPoint

Return Value

See Also

TouchScreenCalibration Class | EZLCD.Core Namespace