Zoom for MoxyDraw

Manipulates the zoom.


Syntax to zoom on a center point:

Zoom
center
position X
position Y
scale factor

center:

Centers the zoom on a point.

position X:

Sets the center point X.

position Y:

Sets the center point Y.

scale factor:

Optional. Sets the scale factor. If omitted, it will be set to 1.





Syntax to zoom extents:

Zoom
extents
scale factor

extents:

Zooms extents (see all the drawing in the active space).

scale factor:

Optional. Sets the scale factor. If omitted, it will be set to 1.02.





Syntax to zoom to limits:

Zoom
limits
scale factor

extents:

Zooms to drawing limits.

scale factor:

Optional. Sets the scale factor. If omitted, it will be set to 1.





Syntax to zoom to a scale:

Zoom
scale
factor

scale:

Zooms to specified factor.

factor:

Sets the scale factor.





Syntax to zoom on window:

Zoom
window
window point1 X
window point1 Y
window point2 X
window point2 Y
scale factor

window:

Zooms to a window.

window point1 X:

Sets the X for the first window point.

window point1 Y:

Sets the Y for the first window point.

window point2 X:

Sets the X for the second window point.

window point2 Y:

Sets the Y for the second window point.

scale factor:

Optional. Sets the scale factor. If omitted, it will be set to 1.02.