All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

NextPrevUpTopContentsIndex

virtual-screen-geometry

Function
Summary

Returns, as multiple values, a screen rectangle covering the full area of all the monitors associated with a screen.

Package

capi

Signature

virtual-screen-geometry screen => x , y , width , height

Arguments

screen

A CAPI screen.

Values

x

An integer.

y

An integer.

width

A positive integer.

height

A positive integer.

Description

The function virtual-screen-geometry returns the "virtual" geometry of the screen screen , which is a screen rectangle covering the full area of all the monitors that are associated with screen.

The screen rectangle is at coordinates x and y as offsets from the top-left of the primary screen, with dimensions width and height .

See also

pane-screen-internal-geometry
screen-internal-geometries
screen-monitor-geometries
Support for multiple monitors
Querying and modifying interface geometry


CAPI User Guide and Reference Manual (Unix version) - 3 Aug 2017

NextPrevUpTopContentsIndex