Goo::Canvas::Image(3pm)
NAME
Goo::Canvas::Image - wrapper for GooCanvasImage
HIERARCHY
- Glib::Object
+----Goo::Canvas::ItemSimple - +----Goo::Canvas::Image
INTERFACES
Goo::Canvas::Item
METHODS
- item = Goo::Canvas::Image->new ($parent, $pixbuf, $x, $y, ...)
- o $parent (Goo::Canvas::Item)
- o $pixbuf ((unknown))
- o $x (double)
- o $y (double)
- o ... (list)
PROPERTIES
- 'height' (double : readable / writable)
- The height of the image
- 'pattern' (Goo::Cairo::Pattern : readable / writable)
- The cairo pattern to paint
- 'pixbuf' (Gtk2::Gdk::Pixbuf : writable)
- The GdkPixbuf to display
- 'width' (double : readable / writable)
- The width of the image
- 'x' (double : readable / writable)
- The x coordinate of the image
- 'y' (double : readable / writable)
- The y coordinate of the image
SEE ALSO
Glib::Object, Goo::Canvas::ItemSimple
COPYRIGHT
- Copyright (C) 2009 Gtk2-Perl Team