Goo::Canvas::Bounds.3pm

Langue: en

Autres versions - même langue

Version: 2009-05-07 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 (C) 2009 Gtk2-Perl Team