GetTapSize Method
The size of the rectangle around the location of a pointer down that a pointer up must occur within in order to register a tap gesture, in device-independent pixels.
Definition
Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
Size GetTapSize(
PointerType type
)
Function GetTapSize (
type As PointerType
) As Size
abstract GetTapSize :
type : PointerType -> Size
Parameters
- PointerType
- The pointer type.