View Size
- Last UpdatedNov 25, 2025
- 1 minute read
SIZE is the 'paper size' of the VIEW rectangle. Changing the size by a command such as
SIZE 400 400
leaves the scale of the VIEW contents unaffected, but moves the point at the center of the picture to the center of the new VIEW frame.
The SIZE attribute can also be changed by the VREGION command, which may be used to resize and reposition the VIEW. For example:
|
Example: |
|
|
VREGION FROM @ TO @ |
|
|
Opposite corners of VIEW defined by cursor |
|
|
VREG X100 Y100 TO X500 Y500 |
|
|
Opposite corners of VIEW defined explicitly |
|
|
VREG AT @ |
|
|
Centre of VIEW defined by cursor |
|
|
VREG corner AT @ |
|
|
Specified corner of VIEW defined by cursor: TL top left TR top right BL bottom left BR bottom right C center |
|
The default size is that of the owning Sheet. The VREGION command also affects the XYPS attribute (see View Center).
The SIZE command can also be used at SHEE level to change the Sheet size.