Macro Language Reference > Macros > Window > wzmx
  
wzmx
Description
This macro will zoom the screen view in or out, with additional options to zoom either on the current cursor position or on a specified position on the screen.
 
Example 349. Zoom screen on specified location using page coordinates
The example shown below will zoom the screen in one level, with the zoom centred on the page coordinates 10mm, 10mm.
wzmx +c,10mm,10mm
Syntax
wzmx ( ( +: ) | ( -: ) ) ( ',' c: )? ( ',' xcoord:um ',' ycoord:um )?
+
Zoom in
-
Zoom out
c
(optional) Center the zoom on the current cursor position
xcoord
(optional) Horizontal coordinate of zoom center point
ycoord
(optional) Vertical coordinate of zoom center point