mono / gtk-sharp

Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono
http://www.mono-project.com/GtkSharp
Other
426 stars 141 forks source link

Double buffering #232

Open Rombersoft opened 6 years ago

Rombersoft commented 6 years ago

How to realize double buffering in GTK# I do so: at begin I create empty ImageSurface than I draw on it all elements using Cairo.Context than in method OnDrawn(...) I fill my ImageSurface.

Is it right or no?