Search Results for

    Show / Hide Table of Contents

    Class TapGestureTracker

    Inheritance
    object
    TapGestureTracker
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Manipulations
    Assembly: Mapsui.dll
    Syntax
    public class TapGestureTracker

    Methods

    | Edit this page View Source

    Restart(ScreenPosition)

    Declaration
    public void Restart(ScreenPosition position)
    Parameters
    Type Name Description
    ScreenPosition position
    | Edit this page View Source

    TapIfNeeded(ScreenPosition?, double, Func<ScreenPosition, GestureType, bool>)

    Declaration
    public bool TapIfNeeded(ScreenPosition? tapEndPosition, double maxTapDistance, Func<ScreenPosition, GestureType, bool> onTapped)
    Parameters
    Type Name Description
    ScreenPosition? tapEndPosition
    double maxTapDistance
    Func<ScreenPosition, GestureType, bool> onTapped
    Returns
    Type Description
    bool

    Indicates if the event was handled. If it is handled the caller should not do any further handling. The implementation of the tap event determines if the event is handled.

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX