Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

IDLgrWindow::SetCurrentZoom


Syntax | Arguments | Keywords | Version History

The IDLgrWindow::SetCurrentZoom procedure method sets the current zoom factor for this window. The current zoom factor, the virtual canvas dimensions, and the visible dimensions of the window are updated to reflect the new zoom factor.

Syntax

Obj-> [IDLgrWindow::]SetCurrentZoom, ZoomFactor [, /RESET]

Arguments

ZoomFactor

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.

Keywords

RESET

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.

Version History

Introduced: 6.1


Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]