Previous Page | Next Page

DATA Step Graphics Interface Dictionary

WINDOW



Associates a window with a transformation number
Operating States: GKOP, SGOP, WSAC, WSOP
Return Codes: 0, 8, 50, 51
Default Values: llx=0, lly=0; urx and ury are device dependent

Syntax
Description
Argument Definitions
See Also

Syntax

return-code-variable=GSET ('WINDOW', n, llx, lly, urx, ury);


Description

The GSET('WINDOW', . . . ) function defines a window and associates it with a transformation number. See the TRANSNO for information on how to activate a window. See the VIEWPORT for information on how to define a viewport for a window.


Argument Definitions

n

numeric constant or numeric variable name; specifies the transformation number of the window. Valid values are 1 to 20, inclusive.

llx

numeric constant or numeric variable name; defines the x component of the lower-left corner of the window; must not exceed the value of urx. Units are based on percent of the active viewport.

lly

numeric constant or numeric variable name; defines the y component of the lower-left corner of the window; must not exceed the value of ury. Units are based on percent of the active viewport.

urx

numeric constant or numeric variable name; defines the x component of the upper-right corner of the window. Units are based on percent of the active viewport.

ury

numeric constant or numeric variable name; defines the y component of the upper-right corner of the window. Units are based on percent of the active viewport.


See Also

TRANS

TRANSNO

VIEWPORT

WINDOW

TRANSNO

VIEWPORT

Previous Page | Next Page | Top of Page