02
Mar
Cairo# on Gtk# and Gdk#
I am doing some experimentation programming with C# for the .Net environment; using Mono, of course. My particular problem required a canvas to draw lines and paste images. Since I am using Gtk#, the obvious solution was to get a Cairo Context and work on it.
The documentation on Context shows an example that doesn’t quite […]