Mapsui.NotifyingViewport.WorldToScreenUnrotated C# (CSharp) Method

WorldToScreenUnrotated() public method

public WorldToScreenUnrotated ( Point point ) : Point
point Point
return Point
        public Point WorldToScreenUnrotated(Point point)
        {
            return _viewport.WorldToScreenUnrotated(point);
        }

Same methods

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