Search Results for

    Show / Hide Table of Contents

    Class FlingTracker

    Inheritance
    object
    FlingTracker
    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 FlingTracker

    Constructors

    | Edit this page View Source

    FlingTracker()

    Declaration
    public FlingTracker()

    Properties

    | Edit this page View Source

    MaxVelocity

    Declaration
    public static double MaxVelocity { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    MinVelocity

    Declaration
    public static double MinVelocity { get; set; }
    Property Value
    Type Description
    double

    Methods

    | Edit this page View Source

    AddEvent(ScreenPosition, long)

    Declaration
    public void AddEvent(ScreenPosition position, long ticks)
    Parameters
    Type Name Description
    ScreenPosition position
    long ticks
    | Edit this page View Source

    FlingIfNeeded(Action<double, double>)

    Declaration
    public void FlingIfNeeded(Action<double, double> onFling)
    Parameters
    Type Name Description
    Action<double, double> onFling
    | Edit this page View Source

    Restart()

    Declaration
    public void Restart()

    Extension Methods

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