Goo::Canvas::Bounds(3pm) User Contributed Perl Documentation Goo::Canvas::Bounds(3pm)
NAME
Goo::Canvas::Bounds - represents the bounding box of an item in the canvas
METHODS
GooCanvasBounds = Goo::Canvas::Bounds->new ($x1, $y1, $x2, $y2)
o $x1 (double)
o $y1 (double)
o $x2 (double)
o $y2 (double)
double = $self->x1 (...)
o ... (list)
double = $self->x2 (...)
o ... (list)
double = $self->y1 (...)
o ... (list)
double = $self->y2 (...)
o ... (list)
COPYRIGHT
Copyright (C) 2011 Gtk2-Perl Team
perl v5.14.2 2011-11-16 Goo::Canvas::Bounds(3pm)