Show / Hide Table of Contents

    Class FlingTracker

    Inheritance
    System.Object
    FlingTracker
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Mapsui.UI.Utils
    Assembly: Mapsui.UI.Forms.dll
    Syntax
    public class FlingTracker

    Constructors

    | Improve this Doc View Source

    FlingTracker()

    Declaration
    public FlingTracker()

    Methods

    | Improve this Doc View Source

    AddEvent(Int64, Point, Int64)

    Declaration
    public void AddEvent(long id, Point location, long ticks)
    Parameters
    Type Name Description
    System.Int64 id
    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