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)); }
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)); }