[Gtk-sharp-list] Working with Images, Gdk, and the Gtk.Image control...

Eskil Bylund eskil.bylund at gmail.com
Tue Oct 9 14:48:04 EDT 2007


You can use the Gtk.DrawingArea for custom drawing. The Gdk.Drawable
is available from the GdkWindow property. It's also possible to use
System.Drawing with Gtk# by using Gtk.DotNet. A sample is available at
http://anonsvn.mono-project.com/viewcvs/trunk/gtk-sharp/sample/DrawingSample.cs?rev=48859&view=auto

$ mcs -pkg:gtk-sharp-2.0 -pkg:gtk-dotnet-2.0 -r:System.Drawing DrawingSample.cs

Eskil


More information about the Gtk-sharp-list mailing list