I'm drawing to load a bunch of images using SFML.Graphics.Image and then display them in a System.Windows.Forms.ImageList object.
However, this object requires images to be System.Drawing.Image.
How can I convert from SFML.Graphics.Image to System.Drawing.Image?
Thanks for any help!