Mapsui.NotifyingViewport.ScreenToWorld C# (CSharp) Method

ScreenToWorld() public method

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

Same methods

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