// Gdk.Drawble.custom - Gdk Drawble class customizations // // Author: Pedro Abelleira Seco // // This code is inserted after the automatically generated code. /// Size property /// Returns the size of the Drawble public System.Drawing.Size Size { get { int x, y; GetSize (out x, out y); return new System.Drawing.Size (x, y); } }