hiZoomExpandAtPoint
hiZoomExpandAtPoint(w_window f_zoomFactor l_point) =>t / nil
Description
Zooms out the image by keeping the mirror image point of l_point at the same location
Arguments
|
Specifies the window that contains the image to be zoomed out, usually the current window |
|
|
Specifies the point with respect to which you want to zoom the image |
Examples
This example can be used as a bindkey definition to zoom out an image by two times by expanding the window in the direction of the mouse relative to the center of the window.
hiZoomExpandAtPoint(hiGetCurrentWindow() 0.5 hiGetPoint(hiGetCurrentWindow())
Related Topics
Return to top