File: reposition_to_v.html

package info (click to toggle)
agistudio 1.2.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,600 kB
  • ctags: 1,506
  • sloc: cpp: 16,676; makefile: 53
file content (22 lines) | stat: -rw-r--r-- 819 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<HTML>
<HEAD>
<TITLE>reposition.to.v</TITLE></HEAD>
<BODY>
<h1>reposition.to.v</h1>
<B>Category</B><p>
<a href="object_commands.html">Object/view commands</a><p>
<B>Syntax</B><p>
<p>
reposition.to.v(oA,vX,vY);<p>
<B>Description</B><p>
<p>
The position on the screen of object oA is changed to vX,vY. The reposition.to command should be used for objects that are currently on the screen. reposition.to.v does the same job as 
<a href="position_v.html">position.v</a>, but it erases the object before moving it and draws it again afterwards. 
<p>
<B>See also</B><p>
<a href="reposition_to.html">reposition.to</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>