Gtk2::Gdk::Cairo::Context(3) User Contributed Perl Documentation Gtk2::Gdk::Cairo::Context(3)
NAME
Gtk2::Gdk::Cairo::Context
METHODS
scalar = Gtk2::Gdk::Cairo::Context->create ($drawable)
o $drawable (Gtk2::Gdk::Drawable)
$cr->rectangle ($rectangle)
o $rectangle (Gtk2::Gdk::Rectangle)
$cr->region ($region)
o $region (Gtk2::Gdk::Region)
$cr->set_source_color ($color)
o $color (Gtk2::Gdk::Color)
$cr->set_source_pixbuf ($pixbuf, $pixbuf_x, $pixbuf_y)
o $pixbuf (Gtk2::Gdk::Pixbuf)
o $pixbuf_x (double)
o $pixbuf_y (double)
$cr->set_source_pixmap ($pixmap, $pixmap_x, $pixmap_y)
o $pixmap (Gtk2::Gdk::Pixmap)
o $pixmap_x (double)
o $pixmap_y (double)
Since: gtk+ 2.10
SEE ALSO
Gtk2
COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full notice.
perl v5.12.1 2010-07-05 Gtk2::Gdk::Cairo::Context(3)