Is It possible to use a System.Drawing.Bitmap?
Basically I draw my bitmap, and can save it as a file, but would be quicker if I just used the one stored in memory.
Basically I draw my bitmap, and can save it as a file, but would be quicker if I just used the one stored in memory.
Bitmap b = makeBitmap(scatter);