The IDLgrWindow::SetCurrentZoom procedure method does the following:
Note: This method does not change the window contents automatically. The application is responsible for updating the window content based on the new zoom value.
Obj-> [IDLgrWindow::]SetCurrentZoom, ZoomFactor [, /RESET]
A positive floating point value indicating the zoom factor to be applied to the window. Values less than 1.0 zoom out; values greater than 1.0 zoom in on the contents of the window.
Set this keyword to indicate that the zoom factor should be reset to 1.0. If this keyword is present, the ZoomFactor argument is ignored.
6.1 |
Introduced |