Initial Import from SourceForge
This commit is contained in:
commit
d8d4f1a2bb
418 changed files with 34837 additions and 0 deletions
20
help/draw_pic.html
Normal file
20
help/draw_pic.html
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<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>
|
||||
Loading…
Reference in a new issue