leToggleAutoZoomPan
leToggleAutoZoomPan(
[ w_windowId ]
)
=> t / nil
Description
Toggles the current value of dynamic zoom for the specified w_windowId. If w_windowId is not specified, the current window is used.
Arguments
Value Returned
Example
Turns dynamic zoom off if it was previously on, or on if it was previously off.
leToggleAutoZoomPan()
Return to top