public static void Display(this PictureBox box, ImageBuffer buffer) { box.Image = buffer.ToBitmap(); }