Provided by: libx11-xcb-perl_0.22-1build3_amd64 

NAME
X11::XCB::Rect - represents a rectangle
SYNOPSIS
my $rect = X11::XCB::Rect->new(x => 0, y => 0, width => 300, height => 400); But in most cases, you should be able to coerce a rect from an arrayref: my $window = $x->root->create_child( rect => [0, 0, 300, 300], class => WINDOW_CLASS_INPUT_OUTPUT, ); perl v5.38.2 2024-03-31 X11::XCB::Rect(3pm)