Interface ITouchPoint
- Namespace
- DotNetBrowser.Input.Touch.Events
- Assembly
- DotNetBrowser.dll
A single contact point on a touch-sensitive device.
public interface ITouchPoint
Properties
- Force
Gets the amount of pressure being applied to the surface.
- Id
Gets the touch point unique identifier.
- LocationOnScreen
Gets the touch point location relative to the bounds of the screen.
- LocationOnWidget
Gets the touch point location relative to the bounds of the widget.
- TouchEllipse
Gets the touch ellipse that most closely circumscribes the area of contact with the screen.
- TouchState
Gets the current state of touch.