dos_compilers/Microsoft QuickBASIC v3/manual/ng25c31.html
2024-07-01 13:00:14 -07:00

38 lines
1.3 KiB
HTML

<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ng24dc8.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ng25eb4.html">[Next Entry&gt;&gt;]</A>
<A HREF="menu.html" >[Menu]</A>
<A HREF="info.html">[About The Guide]</A>
<HR>
<PRE>
<B>PMAP Map Physical Coordinates to World</B>
<U>y</U> = <B>PMAP</B>(<U>expr</U>,<U>function</U>)
Converts a specified physical x or y coordinate to its world
coordinate value, as defined by the WINDOW statement; or vice versa.
<U>expr</U> Specifies the x or y coordinate to be converted.
<U>function</U> A value in the range 0 to 3; specifies what the PMAP
function is to do, as follows:
0 Maps world coordinate x to physical coordinate x
1 Maps world coordinate y to physical coordinate y
2 Maps physical coordinate x to world coordinate x
3 Maps physical coordinate y to world coordinate y
</PRE>
<HR>
<B>See Also:</B>
<A HREF="ng33e32.html">WINDOW</A>
<HR>
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by <A HREF="http://www.acemake.com/hagbard">Dave Pearson</A>
<HR>
</BODY>
</HTML>