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

22
help/reposition_to.html Normal file
View file

@ -0,0 +1,22 @@
<HTML>
<HEAD>
<TITLE>reposition.to</TITLE></HEAD>
<BODY>
<h1>reposition.to</h1>
<B>Category</B><p>
<a href="object_commands.html">Object/view commands</a><p>
<B>Syntax</B><p>
<p>
reposition.to(oA,X,Y);<p>
<B>Description</B><p>
<p>
The position on the screen of object oA is changed to X,Y. The reposition.to command should be used for objects that are currently on the screen. reposition.to does the same job as
<a href="position.html">position</a>, but it erases the object before moving it and draws it again afterwards.
<p>
<B>See also</B><p>
<a href="reposition_to_v.html">reposition.to.v</a><p>
<a href="reposition.html">reposition</a><p>
<a href="position.html">position</a><p>
<a href="position_v.html">position.v</a><p>
<a href="positioning_objects.html">Positioning objects</a><p>
</BODY></HTML>