Windows.Forms and gtk # compatibility?
Can I combine code that uses System.Drawing.Bitmap along with other code in a program that uses GTK #? I would like to be able to display a bitmap image rendered in a GTK # window / widgets.
In general, is there any interoperability between the two toolsets? For example, are there any classes like Rectangle that will work on both, or perhaps a wrapper class?
0
a source to share
1 answer
System.Drawing is not very specific to WinForms and it is at least possible to get instances of Graphics from Gdk.Drawables in Gtk #.
+1
a source to share