21 lines
638 B
HTML
21 lines
638 B
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>draw.pic</TITLE></HEAD>
|
|
<BODY>
|
|
<h1>draw.pic</h1>
|
|
<B>Category</B><p>
|
|
<a href="picture_commands.html">Picture commands</a><p>
|
|
<B>Syntax</B><p>
|
|
<p>
|
|
draw.pic(vA);<p>
|
|
<B>Description</B><p>
|
|
<p>
|
|
Picture vA is drawn. Only the visual and priority screens in memory updated - not the actual screen itself. To update the screen, use the <a href="show_pic.html">show.pic</a> command. Make sure the picture is loaded
|
|
into memory before drawing it.
|
|
<p>
|
|
<B>See also</B><p>
|
|
<a href="overlay_pic.html">overlay.pic</a><p>
|
|
<a href="load_pic.html">load.pic</a><p>
|
|
<a href="drawing_pictures.html">Drawing pictures</a><p>
|
|
</BODY></HTML>
|