using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Windows.Forms; namespace OpenRA.TilesetBuilder { class Surface : Control { public Bitmap Image; private ImageList ImagesListControl; public int[,] TerrainTypes; public List