Class ManipulationTracker
Inheritance
ManipulationTracker
Assembly: Mapsui.dll
Syntax
public class ManipulationTracker
Methods
|
Edit this page
View Source
Manipulate(ReadOnlySpan<ScreenPosition>, Action<Manipulation>)
Declaration
public void Manipulate(ReadOnlySpan<ScreenPosition> positions, Action<Manipulation> onManipulation)
Parameters
|
Edit this page
View Source
Restart(ReadOnlySpan<ScreenPosition>)
Call this method before the first Update call. The Update method tracks the start manipulation angle which is needed
to for rotation snapping and the previous manipulation state.
Declaration
public void Restart(ReadOnlySpan<ScreenPosition> positions)
Parameters
Extension Methods