Exemplo n.º 1
0
 public static void Display(this PictureBox box, ImageBuffer buffer)
 {
     box.Image = buffer.ToBitmap();
 }