Пример #1
0
 public static Bitmap ToBitmap(this Pixel[,] matriz)
 {
     return(matriz.ToColorMatriz().ToBitmap());
 }