Previous Page | Next Page

Graphics Options and Device Parameters Dictionary

VPOS



Sets the number of rows in the graphics output area.
Used in: GOPTIONS statement
Default: device-dependent: the value of the LROWS or PROWS device parameter
Restriction: not supported by Java or ActiveX
See also: HPOS, LROWS, PROWS

Syntax
Details

Syntax

VPOS=rows

rows

specifies the number of rows in the graphics output area, which is equivalent to the number of hardware characters that can be displayed vertically. Specifying VPOS=0 causes the device driver to use the default hardware character cell height for the device.


Details

The VPOS= graphics option overrides the values of the LROWS or PROWS device parameters and temporarily sets the number of columns in the graphics output area. VPOS= does not affect the height of the graphics output area but merely divides it into rows. Therefore, you can use VPOS= to control cell height.

The values specified in the HPOS= and VPOS= graphics options determine the size of a character cell for the graphics output area and consequently the size of many graphics elements, such as hardware text. The larger the size of the HPOS= and VPOS= values, the smaller the size of each character cell.

See Overview for more information.

Previous Page | Next Page | Top of Page