diff --git a/doc/en/Gtk.DotNet/Graphics.xml b/doc/en/Gtk.DotNet/Graphics.xml index 215b02d62..46363a987 100644 --- a/doc/en/Gtk.DotNet/Graphics.xml +++ b/doc/en/Gtk.DotNet/Graphics.xml @@ -34,8 +34,7 @@ Both pixmaps () and windows () are drawables (). The following example shows how to create a custom widget that renders a mesh. This example overrides the OnExposeEvent method and uses calls to do the actual drawing: - - + using System.Drawing; using Gtk; @@ -58,8 +57,7 @@ class PrettyGraphic : DrawingArea { return true; } } - - +