On Fri, 2007-03-09 at 05:31 -0800, aybiss wrote: > I want to be sure that this code will build in MonoDevelop and in Visual > Studio. I went down the DrawingSample (from the Gtk#2.8.3 installer for > Windows) path until I realised I was using Graphics, a Windows.Forms > component. Then I went to look at Cairo, but I can't seem to find the right > reference to add in order to compile.
Mono.Cairo.dll. You should be able to keep your System.Drawing code though using the Gtk.Dotnet.Graphics.FromDrawable method to obtain an S.D.Graphics object. -- Mike Kestner <[EMAIL PROTECTED]> _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
