Gets the touch point unique identifier.
Namespace:
DotNetBrowser.Input.Touch.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.1
SyntaxProperty Value
Type:
Int32The touch point unique identifier.
Implements
ITouchPointId
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