ezLCD SDK Documentation

TouchScreenEventArgs Constructor 

 [This is preliminary documentation and subject to change.]

Constructs a new TouchScreenEventArgs object.

[Visual Basic]
Public Sub New( _ 
   ByVal EZLCDPointEx As EZLCDPointEx, _ 
   ByVal TouchPoint As TouchPoint _ 
)
[C#]
public TouchScreenEventArgs(
   EZLCDPointEx EZLCDPointEx,
   TouchPoint TouchPoint
);
[C++]
public: TouchScreenEventArgs(
   EZLCDPointEx EZLCDPointEx,
   TouchPoint TouchPoint
);
[JScript]
public function TouchScreenEventArgs(
   EZLCDPointEx EZLCDPointEx,
   TouchPoint TouchPoint
);

Parameters

calibratedPoint
The touch location in calibrated screen pixels.
rawPoint
The touch location in uncalibrated touch screen pixels.

See Also

TouchScreenEventArgs Class | EZLCD.SDK Namespace