Mapsui.NotifyingViewport.WorldToScreen C# (CSharp) Method

WorldToScreen() public method

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

Same methods

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