// Draw resource map private void ResourceMap_Paint(object sender, PaintEventArgs e) { // Map around city using var resMapPic = Draw.CityResourcesMap(_thisCity, -2); e.Graphics.DrawImage(resMapPic, 0, 21); }