확대 명령

GeoGebra Manual
Mathcare (토론 | 기여)님의 2020년 6월 29일 (월) 20:26 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
이동: 둘러보기, 검색
Accessories dictionary.png
이 페이지는 공식 매뉴얼에서 출력과 pdf를 위한 부분입니다. 일반 사용자들은 이 페이지를 편집할 수 없습니다. 만일 이 페이지에서 오류를 발견하였으면, 연락하여 주시기 바랍니다.사용자에 의해 편집 가능한 버전으로 이동
ZoomIn( )
Restores the Menu view graphics.svg Graphics View to the default initial position
ZoomIn( <Scale Factor> )
Zooms the Menu view graphics.svg Graphics View in by given factor with respect to current zoom, center of the screen is used as center point for the zoom.
예:
ZoomIn(1) doesn't change the view, but does remove traces
ZoomIn(2) zooms the view in
ZoomIn(0.5) is equivalent to ZoomOut(2), i.e. it zooms the view out.
ZoomIn( <Scale Factor>, <Center Point> )
Zooms the Menu view graphics.svg Graphics View in by given factor with respect to current zoom, second parameter specifies center point for the zoom.
예:
ZoomIn(2, (0, 0))
ZoomIn( <Min x>, <Min y>, <Max x>, <Max y> )
Zooms the graphics view to the rectangle given by vertices (Min x, Min y), (Max x, Max y).
예:
ZoomIn(0, 1, 5, 6)
노트: If any of these parameters are dependent or has label set, the bounds of the view become dynamic. To avoid this behavior, use CopyFreeObject Command.
예:
If a is a slider, ZoomIn(-a, -a, a, a) makes the zoom of the view dependent on slider a.
ZoomIn( <Min x>, <Min y>, <Min z>, <Max x>, <Max y>, <Max z> )
Zooms the 3D graphics view to the cuboid given by vertices (Min x, Min y, Min z), (Max x, Max y, Max z).
예:
ZoomIn(-5, -5, -5, 5, 5, 5)
노트: The dynamic behavior of the 2D version isn't supported
노트:
© 2024 International GeoGebra Institute