Show / Hide Table of Contents

    Class FlingTracker

    Inheritance
    System.Object
    FlingTracker
    Namespace: Mapsui.UI.Utils
    Assembly: Mapsui.UI.Wpf.dll
    Syntax
    public class FlingTracker : object

    Constructors

    | Improve this Doc View Source

    FlingTracker()

    Declaration
    public FlingTracker()

    Methods

    | Improve this Doc View Source

    AddEvent(Int64, Geometries.Point, Int64)

    Declaration
    public void AddEvent(long id, Geometries.Point location, long ticks)
    Parameters
    Type Name Description
    System.Int64 id
    Geometries.Point location
    System.Int64 ticks
    | Improve this Doc View Source

    CalcVelocity(Int64, Int64)

    Declaration
    public (double vx, double vy) CalcVelocity(long id, long now)
    Parameters
    Type Name Description
    System.Int64 id
    System.Int64 now
    Returns
    Type Description
    System.ValueTuple<System.Double, System.Double>
    | Improve this Doc View Source

    Clear()

    Declaration
    public void Clear()
    | Improve this Doc View Source

    RemoveId(Int64)

    Declaration
    public void RemoveId(long id)
    Parameters
    Type Name Description
    System.Int64 id
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX