C-Sharp - Working with Images
Jump to navigation
Jump to search
Also see - C-Sharp Image Processing
Bitmaps and Images
Create Bitmap of image from file:
bmDatabaseImage = (Bitmap)Image.FromFile(dt.Rows[index]);
Links
Also see - C-Sharp Image Processing