hiWorldViewFit
hiWorldViewFit( [w_windowId] ) =>t/nil
Description
Fits the current canvas display area in the World View assistant of the specified graphics window.
Argument
|
The graphics window or the session window that contains the World View assistant. If not specified, the default is the current graphics window. |
Value Returned
Examples
Fits the current canvas display area in the World View assistant of the graphics window 2.
hiWorldViewFit(window(2))
hiWorldViewFit()
Related Topics
Return to top