Click or drag to resize

TouchPoint Class

A single contact point on a touch-sensitive device.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.Input.Touch.EventsTouchPoint

Namespace:  DotNetBrowser.Input.Touch.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public sealed class TouchPoint : ITouchPoint

The TouchPoint type exposes the following members.

Constructors
  NameDescription
Public methodTouchPoint
Initializes a new instance of TouchPoint with the specified identifier, state, and location.
Top
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 or sets the position relative to the bounds of the widget.
Public propertyTouchEllipse
Gets or sets the touch ellipse that most closely circumscribes the area of contact with the screen.
Public propertyTouchState
Gets the current state of touch.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also