Table of Contents

Class TouchPoint

Namespace
DotNetBrowser.Input.Touch.Events
Assembly
DotNetBrowser.dll
public sealed class TouchPoint : ITouchPoint
Inheritance
TouchPoint
Implements
Inherited Members

Constructors

TouchPoint(int, TouchState, Point)

Initializes a new instance of TouchPoint with the specified identifier, state, and location.

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 or sets the position relative to the bounds of the widget.

TouchEllipse

Gets or sets the touch ellipse that most closely circumscribes the area of contact with the screen.

TouchState

Gets the current state of touch.

Methods

Equals(object)
GetHashCode()