Fills the Amos window with a selected portion of the path diagram.
Syntax
pd.DiagramZoom ()
pd.DiagramZoom (x1, y1, x2, y2)
The DiagramZoom method syntax has the following parts:
Part |
Description |
x1, y1, x2, y2 |
(x1, y1) and (x2, y2) specify two opposite corners of a rectangle. x1 and x2 are expressed in inches from the left margin. y1 and y2 are expressed in inches from the top margin. The DiagramZoom method resizes the path diagram so that the specified rectangle fills the Amos window. |
Calling DiagramZoom with no arguments is equivalent to the menu selection Diagram → Zoom.
See example.