ezLCD SDK Documentation

TouchScreenEventArgs.RawPoint Property

 [This is preliminary documentation and subject to change.]

Gets the location of the pen event in uncalibrated touch screen coordinates.

[Visual Basic]
Public Property ReadOnly TouchPoint As 
[C#]
public TouchPoint TouchPoint { get; }
[C++]
public: __property  get_TouchPoint();
[JScript]
public function get TouchPoint() : TouchPoint

See Also

TouchScreenEventArgs Class | EZLCD.SDK Namespace