hiDeltaPan
hiDeltaPan(
[ w_window ]
[ n_deltax ]
[ n_deltay ]
)
=> t / nil
Description
Pans the view of a design in any direction by specifying the displacements in user units.
This function is not available in Concept SKILL. For more information, see Design Entry HDL–SKILL Routines.
Arguments
|
w_window
|
The window that you want to pan. If not specified, the current window is used.
Note: w_window cannot be a session window or a dockable window.
|
|
n_deltax
|
Number of units for panning the design in x direction. If not specified, the default of 0 is used.
|
|
n_deltay
|
Number of units for panning the design in y direction. If not specified, the default of 0 is used.
|
Value Returned
|
t
|
The view can be panned in any direction.
|
|
nil
|
zoomPanProc or uPointToDbuProc are not registered on the window.
|
Related Topics
hiPan
hiVectorPan
hiAbsolutePan
hiDynamicPanAbsolute
hiDynamicPanRelative
hiDynamicPanInteractive
hiRegZoomPanProc
hiUnregZoomPanProc
Return to top