ZoomOut Command

From GeoGebra Manual
Revision as of 09:57, 15 July 2013 by JohannaZ (talk | contribs)
Jump to: navigation, search



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)]
Note: ZoomOut[t] and ZoomOut[t, A] are equivalent to ZoomIn[1/t] and ZoomIn[1/t, A] respectively.
© 2024 International GeoGebra Institute