Goo::Canvas::Bounds (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35)
Standard preamble:
========================================================================
(The comments found at the beginning of the groff file "man3/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)
- *
-
$x1 (double)
- *
-
$y1 (double)
- *
-
$x2 (double)
- *
-
$y2 (double)
double = $self->x1 (...)
- *
-
... (list)
double = $self->x2 (...)
- *
-
... (list)
double = $self->y1 (...)
- *
-
... (list)
double = $self->y2 (...)
- *
-
... (list)
COPYRIGHT
Copyright (C) 2017 Gtk2-Perl Team