qb45advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
PMAP Statement Details
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
PMAP Statement Details
 
Syntax
  PMAP (expression, function)
 
The argument expression indicates the coordinate of the point to
be mapped. The argument function can have one of the four following
values:
 
  Value   Description
  0       Maps view-coordinate expression to physical x coordinate
  1       Maps view-coordinate expression to physical y coordinate
  2       Maps physical expression to view x coordinate
  3       Maps physical expression to view y coordinate
 
The four PMAP functions allow the user to find equivalent point
locations between the view coordinates created with the WINDOW
statement and the physical coordinate system of the screen or
viewport as defined by the VIEW statement.