hiGetViewBBox
hiGetViewBBox( [w_window] ) =>l_bBox
Description
Returns the bounding box displayed in a window.
This function is not available in Concept SKILL. For more information, see Design Entry HDL–SKILL Routines.
Argument
|
The window ID. If not specified, the current window is used. Note: w_window cannot be a session window or a dockable window. |
Value Returned
|
The coordinates of the bounding box. The bounding box is a list of two points in user units describing the lower left and upper right corners of the window’s view area. |
|
Related Topics
Return to top