hiZoomAbsoluteScale
hiZoomAbsoluteScale(
[ w_window ]
[ n_scale ]
[ g_ignoreEFunBBox ]
)
=> t / nil
Description
Zooms in or out with an absolute scale.
This function is not available in Concept SKILL. For more information, see Design Entry HDL–SKILL Routines.
Arguments
|
w_window
|
The window ID. If not specified, the current window is used.
w_window cannot be a session window or a dockable window.
|
|
n_scale
|
Scale factor you want to use for zooming. For example, a scale of 1.0 means the size of one w_window fits the entire representation. A scale of 2.0 means the size of two w_windows fits the entire representation. If n_scale is not specified, a scale of 1.0 is used.
|
|
g_ignoreEFunBBox
|
Ignores active enterfunction bounding box.
|
Values Returned
|
t
|
You can zoom in and out.
|
|
nil
|
zoomPanProc or uPointToDbuProc are not registered on the window.
|
Related Topics
Viewing Functions
hiZoomIn
hiZoomOut
hiZoomRelativeScale
hiZoomWindowAtPoint
hiZoomWindowAtMouse
hiZoomInAtMouse
hiZoomOutAtMouse
hiRegZoomPanProc
hiUnregZoomPanProc
Return to top