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

geZoomToBackgroundAndEditCV

geZoomToBackgroundAndEditCV ( 
[ w_windowId ]
)
=> t / nil 

Description

When a background cellview is set on the window, zooms to fit the background cellview and the current edit cellview. If a background cellview is not set on the window, zooms to fit the current edit cellview.

Arguments

w_windowId

Optional argument. ID of the window.

Value Returned

t

Zooms to fit the background/edit cellview.

nil

The specified window does not exist.

Examples

Zooms to fit the background cellview and edit cellview in window 3.

geZoomToBackgroundAndEditCV(window(3))

Related Topics

Background Cellview Functions

Return to top
 ⠀
X