Mapsui.Map.RotateTo C# (CSharp) Méthode

RotateTo() public méthode

public RotateTo ( double rotation ) : void
rotation double
Résultat void
        public void RotateTo(double rotation)
        {
            Viewport.Rotation = rotation;
            OnRefreshGraphics();
            ViewChanged(true);
        }