|
Description
|
Zooms a drawing to the window specified by the X1, Y1, X2 and Y2 parameters.
|
|
Syntax
|
[form.]DXFReader.ZoomWindow (X1 As Single, Y1 As Single, X2 As Single, Y2 As Single)
|
|
Remarks
|
The parameters for the ZoomWindow method are described below:
| X1 | X coordinate of the lower-left corner | | Y1 | Y coordinate of the lower-left corner | | X2 | X coordinate of the upper-right corner | | Y2 | Y coordinate of the upper-right corner |
|