Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

geGetWindowBox

geGetWindowBox( 
w_windowId 
)
=> l_bBox / nil 

Description

Returns the lower left and upper right coordinates of the current window display.

Arguments

w_windowId

Database ID of the window.

Value Returned

l_bBox

The coordinates are found.

nil

The coordinates are not found.

Examples

Returns (0:0 1200:1000).

geGetWindowBox( window(2) )

Related Topics

Edit and Display Functions


Return to top
 ⠀
X