Mapsui.NotifyingViewport.WorldToScreenUnrotated C# (CSharp) Метод

WorldToScreenUnrotated() публичный Метод

public WorldToScreenUnrotated ( Point point ) : Point
point Point
Результат Point
        public Point WorldToScreenUnrotated(Point point)
        {
            return _viewport.WorldToScreenUnrotated(point);
        }

Same methods

NotifyingViewport::WorldToScreenUnrotated ( double x, double y ) : Point