C-Sharp - Working with Images
Revision as of 22:07, 28 May 2015 by PeterHarding (talk | contribs)
Create Bitmap of image from file:
bmDatabaseImage = (Bitmap)Image.FromFile(dt.Rows[index]);
Also see - C-Sharp Image Processing
Create Bitmap of image from file:
bmDatabaseImage = (Bitmap)Image.FromFile(dt.Rows[index]);
Also see - C-Sharp Image Processing