namespace Mosaic; /// /// Represents a mosaic consisting of several tiles. /// public class TilePattern { // TODO }