I am playing in the System.Drawing.Imaging namespace, and had an issue trying to draw over the top of bitmaps I had pulled from the web via HttpWebResponse.GetResponseStream.
This Code:
Graphics graph = Graphics.FromImage(bitmap);Returned this error:
Read More