Click or drag to resize

ITouchPointId Property

Gets the touch point unique identifier.

Namespace:  DotNetBrowser.Input.Touch.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
int Id { get; }

Property Value

Type: Int32
The touch point unique identifier.
Remarks
Every touch has a constant identifier while a finger touches the surface and it stay the same during of its holding or movement around the surface. Removing any count of touches from the surface doesn't change the identifiers of remaining touches.
See Also