hiZoomOut
hiZoomOut(
[ w_window ]
[ l_bBox ]
)
=> t / nil
Description
Zoom out of a design.
This function also decreases the magnification of the design and, consequently, increases the extent of the design viewed in the window.
Arguments
|
w_window
|
The window ID. If not specified, the current window is used.
Note: w_window cannot be a session window or a dockable window.
|
|
l_bBox
|
Bounding box specified in user units. If this is not specified, the function prompts through a rubberbanding box.
This rubberbanding box displays the aspect ratio of the window. This means the box always contains what is currently viewable.
After the rectangular area is specified, the command zooms out to fit the contents of w_window into the rectangular area.
|
Value Returned
|
t
|
The magnification is decreased.
|
|
nil
|
zoomPanProc or uPointToDbuProc are not registered on the window.
|
Related Topics
Viewing Functions
hiZoomIn
hiZoomRelativeScale
hiZoomAbsoluteScale
hiZoomWindowAtPoint
hiZoomWindowAtMouse
hiZoomInAtMouse
hiZoomOutAtMouse
Return to top