Note: This document is for an older version of GRASS GIS that is outdated. You should upgrade, and read the current manual page.
NAME
d.resize - Resizes active display monitor
KEYWORDS
display, setup
SYNOPSIS
d.resize
d.resize help
d.resize width=integer height=integer [--verbose] [--quiet]
Parameters:
- width=integer
- New width for window
- height=integer
- New height for window
DESCRIPTION
d.resize sets the current display monitor window size to specified
height and width.
EXAMPLE
Resize the display monitor to be the same aspect ratio as a sheet of A4 paper:
d.mon x0
d.resize w=630 h=891
SEE ALSO
d.info,
d.mon,
d.monsize
AUTHOR
Unknown
Updated to GRASS 5.7 by Michael Barton, Arizona State University
Last changed: $Date: 2014-04-18 19:19:54 -0700 (Fri, 18 Apr 2014) $
Main index - display index - Full index
© 2003-2014 GRASS Development Team