hiZoomIn
hiZoomIn(
[ w_window ]
[ l_bBox ]
)
=> t / nil
Description
Zooms in to a design.
This function also decreases the portion of the design you view.
This function is not available in Concept SKILL. For more information, see Design Entry HDL–SKILL Routines.
Arguments
|
w_window
|
The window you want to zoom into. You must specify the window if you specify the l_bBox argument. If you do not specify the l_bBox argument, this argument is optional.
For the current window, you can use hiGetCurrentWindow() as the value of w_window.
Note: w_window cannot be a session window or a dockable window.
|
|
l_bBox
|
Zoom bounding box specified in user units. If you do not specify this argument, the function prompts you for a rubberbanding box.
After the view rectangle is specified, the command zooms in to fill the window with the contents of the view rectangle.
|
Value Returned
|
t
|
The magnification is increased.
|
|
nil
|
zoomPanProc or uPointToDbuProc are not registered on the window.
|
Example
hiZoomIn(hiGetCurrentWindow() list( 0:0 10:10 ) )
Related Topics
Viewing Functions
hiZoomOut
hiZoomRelativeScale
hiZoomAbsoluteScale
hiZoomWindowAtPoint
hiZoomWindowAtMouse
hiZoomInAtMouse
Return to top