/// <summary> /// Refreshes the DotSpatial display. /// </summary> public void Refresh() { _map.RefreshMap(_map.ClientRectangle); }