Click or drag to resize

ITouchPoint Interface

A single contact point on a touch-sensitive device.

Namespace:  DotNetBrowser.Input.Touch.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface ITouchPoint

The ITouchPoint type exposes the following members.

Properties
  NameDescription
Public propertyForce
Gets the amount of pressure being applied to the surface.
Public propertyId
Gets the touch point unique identifier.
Public propertyLocationOnScreen
Gets the touch point location relative to the bounds of the screen.
Public propertyLocationOnWidget
Gets the touch point location relative to the bounds of the widget.
Public propertyTouchEllipse
Gets the touch ellipse that most closely circumscribes the area of contact with the screen.
Public propertyTouchState
Gets the current state of touch.
Top
See Also