qt-agistudio/help/reposition_to.html

23 lines
807 B
HTML

<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>