Difference between revisions of "ZoomOut Command"

From GeoGebra Manual
Jump to: navigation, search
m (added same final refs as in ZoomIn cmd)
m
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>
 
{{command|scripting}}
 
{{command|scripting}}
 
;ZoomOut[ <Scale Factor> ]
 
;ZoomOut[ <Scale Factor> ]

Revision as of 08:46, 28 July 2015



ZoomOut[ <Scale Factor> ]
Zooms the Graphics View out by given factor with respect to current zoom, center of the screen is used as center point for the zoom.
Example:
ZoomOut[2] zooms the view out.
ZoomOut[ <Scale Factor>, <Center Point> ]
Zooms the Graphics View out by given factor with respect to current zoom, second parameter specifies center point for the zoom.
Example:
ZoomOut[2, (0, 0)]
Notes:
  • ZoomOut[t] and ZoomOut[t, A] are equivalent to ZoomIn[1/t] and ZoomIn[1/t, A] respectively.
  • If multiple Graphics Views are present, the active one is used
  • See also ZoomIn, SetActiveView, Pan commands.
© 2024 International GeoGebra Institute