| Gdk.Pixbuf | static pixbufFromStock | ( String stock_id, Gtk.IconSize size ) | returns a Gdk.Pixbuf from a stock string | | void | FillRoundRectangle | (System.Drawing.Brush brush, int x, int y, int width, int height, int radius ) | fills a round rectangle | | void | FillRoundRectangle | (System.Drawing.Brush brush, int x, float y, float width, float height, float radius ) | fills a Rounded Rectangle with floats | | void | DrawRoundRectangle | (System.Drawing.Pen pen, int x, int y, int width, int height, int radius) | draws a round rectangle | | void | DrawRoundRectangle | (System.Drawing.Pen pen, int x, int y, int width, int height, int radius) | draws a round rectangle with floats | | GraphicsPath | GetRoundedRect | (RectangleF baseRect,float radius) | returns a round rectangle path |
|
ok