Initial Import from SourceForge

This commit is contained in:
D'Hulster Thierry 2016-08-01 18:38:34 +02:00
commit d8d4f1a2bb
418 changed files with 34837 additions and 0 deletions

19
help/posn.html Normal file
View file

@ -0,0 +1,19 @@
<HTML>
<HEAD>
<TITLE>posn</TITLE></HEAD>
<BODY>
<h1>posn</h1>
<B>Category</B><p>
<a href="test_commands.html">Test commands</a> / <a href="object_commands.html">Object/view commands</a><p>
<p>
<B>Syntax</B><p>
<p>
if (posn(oA,X1,Y1,X2,Y2)) { .....<p>
<B>Description</B><p>
<p>
Returns true if the co-ordinates of the bottom-left pixel of object oA are within the region (X1,Y1,X2,Y2).<p>
<B>See also</B><p>
<a href="right_posn.html">right.posn</a><p>
<a href="center_posn.html">center.posn</a><p>
<a href="obj_in_box.html">obj.in.box</a><p>
</BODY></HTML>