Exemplo n.º 1
0
        public System.Drawing.Bitmap Mosaic(Image imagenBase, List <Image> Imagenes, int width, int height, int Bwidth, int Bheight, ProgressBar progressBar)
        {
            AddImage AI = new AddImage();

            return(AI.Mosaic(imagenBase, Imagenes, width, height, Bwidth, Bheight, progressBar));
        }
Exemplo n.º 2
0
        public System.Drawing.Bitmap Mosaic(Image imagenBase, List <Image> Imagenes, int width, int height)
        {
            AddImage AI = new AddImage();

            return(AI.Mosaic(imagenBase, Imagenes, width, height));
        }