hiDynamicPanGrabbing
hiDynamicPanGrabbing( [w_window] [l_vector] ) =>t / nil
Description
Pans (grabs and moves) a design in the specified (or current) window from one point to another. You can even pan the design when editing it. The panning operation ends when you release holding the mouse button or DrawThru bindkey.
You can set up a DrawThru bindkey with this function. To enter the vector values by using a bindkey, you have to press, hold, drag, and release the bindkey.
To exit the panning mode, press the Esc key. Pressing Esc stops panning the image and brings it back to its original position. This is especially useful when you do not want to pan the design but just take a "peek" at what is beyond the visible area.
Arguments
Value Returned
Example
hiSetBindKey("Layout" "<DrawThru1>" "hiDynamicPanGrabbing()")
Related Topics
Return to top