ZoomView Method
Description
Zooms the current window by a scale factor.
Syntax
Visual Basic |
---|
Public Function ZoomView( _ ByVal f As Double _ ) As Integer |
Parameters
- f
- The zooming factor, e.g. 2.0 to zoom out, or 0.5 to zoom in.
Remarks
Available: GEO D OD OM OV SISpy
Group:
Example
sis.ZoomView (2.0)
Zooms the view out by a factor of 2.