TouchPoint Class |
Namespace: DotNetBrowser.Input.Touch.Events
public sealed class TouchPoint : ITouchPoint
The TouchPoint type exposes the following members.
Name | Description | |
---|---|---|
TouchPoint |
Initializes a new instance of TouchPoint with the specified identifier, state, and
location.
|
Name | Description | |
---|---|---|
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |