Class FlingTracker
Assembly: Mapsui.dll
Syntax
public class FlingTracker
Constructors
|
Edit this page
View Source
FlingTracker()
Declaration
Properties
|
Edit this page
View Source
MaxVelocity
Declaration
public static double MaxVelocity { get; set; }
Property Value
|
Edit this page
View Source
MinVelocity
Declaration
public static double MinVelocity { get; set; }
Property Value
Methods
|
Edit this page
View Source
AddEvent(ScreenPosition, long)
Declaration
public void AddEvent(ScreenPosition position, long ticks)
Parameters
|
Edit this page
View Source
FlingIfNeeded(Action<double, double>)
Declaration
public void FlingIfNeeded(Action<double, double> onFling)
Parameters
|
Edit this page
View Source
Restart()
Declaration
Extension Methods