C-Sharp - Working with Images
Revision as of 22:24, 28 May 2015 by PeterHarding (talk | contribs)
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