NextPrevUpTopContentsIndex

convert-relative-position

Function
Summary

Converts a screen position from one coordinate system to another.

Package

capi

Signature

convert-relative-position from to x y => to-x , to-y

Arguments

from

A pane, interface or screen.

to

A pane, interface or screen.

x

An integer.

y

An integer.

Values

to-x

An integer.

to-y

An integer.

Description

The function convert-relative-position converts the position x , y in the coordinate system of from to that of to .

See also

top-level-interface-geometry
with-geometry


LispWorks CAPI Reference Manual - 11 Apr 2005

NextPrevUpTopContentsIndex