ZoomOut Command

From GeoGebra Manual
Revision as of 09:26, 12 October 2017 by Mathmum (talk | contribs) (command syntax: changed [ ] into ( ))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


ZoomOut( <Scale Factor> )
Zooms the Menu view graphics.svg 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 Menu view graphics.svg 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