Hi all,
I've just recently found this excellent library and am getting my head around how things work.
I'm not clear though on the role System.Drawing plays vs Eto.Drawing. My goal is to have a single codebase for WinForms, Mac (MonoMac) and Linux (GTK3). I am using some bitmap operations and because I am referencing System.Drawing does that mean it will only work on Windows? I thought Bitmap operations were Windows specific?
So...
Should I remove my references to System.Drawing and System.Drawing.Imaging and replace them with Eto.Drawing and then convert my code to use the Eto methods?
Any by the way, this entire post was prompted because I'm trying to load a Windows bitmap into an Eto ImageView control and I cannot. There error I get is "Cannot implicitly converty type System.Drawing.Bitmap to Eto.Drawing.Image". Is there a way to do this?
Thanks so much for any sliver of help someone could provide :)
John