![]() |
![]() |
Functions | |
void | rectangle (::Cairo::RefPtr<::Cairo::Context>& context, const Gdk::Rectangle& rectangle) |
TODO. | |
void | region (::Cairo::RefPtr<::Cairo::Context>& context, const Gdk::Region& region) |
TODO. | |
void | set_source_color (::Cairo::RefPtr<::Cairo::Context>& context, const Gdk::Color& color) |
Sets the specified Gdk::Color as the source color of the Cairo context. | |
void | set_source_pixbuf (::Cairo::RefPtr<::Cairo::Context>& context, const Glib::RefPtr<Gdk::Pixbuf>& pixbuf, double pixbuf_x, double pixbuf_y) |
Sets the given pixbuf as the source pattern for the Cairo context. | |
void | set_source_pixmap (::Cairo::RefPtr<::Cairo::Context>& context, const Glib::RefPtr<Gdk::Pixmap>& pixmap, double pixmap_x, double pixmap_y) |
Sets the given pixbuf as the source pattern for the Cairo context. |
|
TODO.
|
|
TODO.
|
|
Sets the specified Gdk::Color as the source color of the Cairo context.
|
|
Sets the given pixbuf as the source pattern for the Cairo context. The pattern has an extend mode of CAIRO_EXTEND_NONE and is aligned so that the origin of pixbuf is pixbuf_x, pixbuf_y.
|
|
Sets the given pixbuf as the source pattern for the Cairo context. The pattern has an extend mode of CAIRO_EXTEND_NONE and is aligned so that the origin of pixbuf is pixmap_x, pixmap_y.
|