Drawable
Object Hierarchy:
Description:
public class Drawable :
Object
Content:
Creation methods:
Methods:
- public unowned Image copy_to_image (Image image, int src_x, int src_y, int dest_x, int dest_y, int width, int height)
- public virtual unowned Surface create_cairo_surface (int width, int height)
- public virtual unowned GC create_gc (GCValues values, GCValuesMask mask)
- public virtual void draw_arc (GC gc, bool filled, int x, int y, int width, int height, int angle1, int angle2)
- public virtual void draw_drawable (GC gc, Drawable src, int xsrc, int ysrc, int xdest, int ydest, int width, int height)
- public virtual void draw_glyphs (GC gc, Font font, int x, int y, GlyphString glyphs)
- public virtual void draw_glyphs_transformed (GC gc, Matrix matrix, Font font, int x, int y, GlyphString glyphs)
- public virtual void draw_image (GC gc, Image image, int xsrc, int ysrc, int xdest, int ydest, int width, int height)
- public virtual void draw_lines (GC gc, Point[] points)
- public virtual void draw_pixbuf (GC? gc, Pixbuf pixbuf, int src_x, int src_y, int dest_x, int dest_y, int width, int height, RgbDither dither, int x_dither, int y_dither)
- public virtual void draw_points (GC gc, Point[] points)
- public virtual void draw_polygon (GC gc, bool filled, Point[] points)
- public virtual void draw_rectangle (GC gc, bool filled, int x, int y, int width, int height)
- public virtual void draw_segments (GC gc, Segment[] segs)
- public virtual void draw_text (Font font, GC gc, int x, int y, string text, int text_length)
- public virtual void draw_text_wc (Font font, GC gc, int x, int y, WChar text, int text_length)
- public virtual void draw_trapezoids (GC gc, Trapezoid[] trapezoids)
- public virtual unowned Region get_clip_region ()
- public virtual unowned Colormap get_colormap ()
- public virtual unowned Drawable get_composite_drawable (int x, int y, int width, int height, int composite_x_offset, int composite_y_offset)
- public virtual int get_depth ()
- public unowned Display get_display ()
- public virtual unowned Image get_image (int x, int y, int width, int height)
- public virtual unowned Screen get_screen ()
- public virtual void get_size (out int width, out int height)
- public virtual unowned Drawable get_source_drawable ()
- public virtual unowned Region get_visible_region ()
- public virtual unowned Visual get_visual ()
- public virtual unowned Surface ref_cairo_surface ()
- public virtual void set_cairo_clip (Context cr)
- public virtual void set_colormap (Colormap colormap)
Inherited Members:
All known members inherited from class GLib.Object