This command creates a new FRAME picture in the
graphics database. The bounds of the
new picture are defined through two parameters. The new picture is formed within
either the current or BASE picture, and it adopts the world co-ordinate system
of that reference picture. On completion the new picture becomes the current
picture.
This command is a synonym for picdef xy 1.0
.
CURRENT = _LOGICAL (Read)
TRUE
if the new picture is to lie within the
current picture, otherwise the new picture can lie anywhere within the BASE picture. In
other words, when CURRENT is TRUE
the current picture is the reference picture, and
when it is FALSE
the base is the reference picture. [FALSE]
DEVICE = DEVICE (Read)
LBOUND( 2 ) = _REAL (Read)
Co-ordinates of the lower bound that defines the new picture. The suggested default is
the bottom-left of the current picture.
OUTLINE = _LOGICAL (Read)
If TRUE
, a box
that delimits the new picture is drawn. [TRUE]
UBOUND( 2 ) = _REAL (Read)
Co-ordinates of the upper bound that defines the new picture. The suggested
default is the top-right of the current picture.