C# bitmap from image code example
Example 1: c# convert bitmap to image
Bitmap inherits from System.Drawing.Image
Example 2: c# bitmap to picturebox
pictureBox.Image = bmp;
Bitmap inherits from System.Drawing.Image
pictureBox.Image = bmp;