directgraphics/
vis_window.pro
includes main-level programtop vis_window
vis_window [, index] [, xsize=long] [, ysize=long] [, dimensions=lonarr(2)] [, xpos=long] [, ypos=long] [, location=lonarr(2)] [, /inches] [, /pixels] [, identifier=long] [, _extra=keywords]
Creates a "window" of the given size on the current device.
Parameters
- index in optional type=long
Keywords
- xsize in optional type=long
xsize of the window in centimeters
- ysize in optional type=long
ysize of the window in centimeters
- dimensions in optional type=lonarr(2)
alternative to XSIZE and YSIZE
- xpos in optional type=long
offset of the window in the horizontal direction from the lower left corner
- ypos in optional type=long
offset of the window in the vertical direction from the lower left corner
- location in optional type=lonarr(2)
alternative to XPOS and YPOS
- inches in optional type=boolean
set to specify the XSIZE, YSIZE, XPOS, and YPOS in inches
- pixels in optional type=boolean
set to specify the XSIZE, YSIZE, XPOS, and YPOS in pixels
- identifier out optional type=long
set to a named variable to get the window identifier if the current device is WIN or X
- _extra in optional type=keywords
keywords to the WINDOW routine
Other attributes
- Todo:
need to handle XPOS/YPOS/LOCATION for PS device
File attributes
Modification date: | Mon Aug 22 12:43:54 2011 |
Lines: | 157 |
Docformat: | rst rst |