forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflip.xml
More file actions
executable file
·61 lines (47 loc) · 2.08 KB
/
Copy pathflip.xml
File metadata and controls
executable file
·61 lines (47 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<doc>
<legacy_id>2453</legacy_id>
<name>flip</name>
<type>command</type>
<syntax>
<example>flip [<i>image</i>] {horizontal | vertical}</example>
</syntax>
<synonyms>
</synonyms>
<summary><change></change>selected</a> part of an <keyword tag="image">image</keyword>.</summary>
<examples>
<example>flip vertical</example>
<example>flip image 1 vertical</example>
<example><p>flip image "Logo" horizontal</p></example>
</examples>
<history>
<introduced version="1.1">Added.</introduced>
<deprecated version=""></deprecated>
<removed version=""></removed>
<experimental version=""></experimental>
<nonexperimental version=""></nonexperimental>
</history>
<objects>
</objects>
<platforms>
<mac/>
<windows/>
<linux/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
<mobile/>
</classes>
<security>
</security>
<classification>
<category>Images & Multimedia</category>
</classification>
<references>
<command tag="revRotatePoly">revRotatePoly Command</command>
<command tag="crop">crop Command</command>
<command tag="choose">choose Command</command>
</references>
<description>Use the <b>flip</b> <glossary tag="command">command</glossary> to turn an <keyword tag="image">image</keyword> over.<p></p><p><b>Parameters:</b></p><p>The <i>image</i> is any image reference.</p><p></p><p><b>Comments:</b></p><p>Theform flips the image vertically, swapping its top and bottom. Theform flips the image side to side, swapping its right and left.</p><p></p><p>If you don't specify an <i>image</i>, the portion currently selected with the Select <glossary tag="paint tool">paint tool</glossary> is flipped.</p><p></p><p>The flipping operation is its own inverse: flipping an image twice in the same direction restores it to its original appearance.</p><p></p><p></p><p></p><important>Flipping a <glossary tag="referenced control">referenced image</glossary> changes its orientation only temporarily. The next time the <glossary tag="referenced control">referenced image</glossary> is displayed, its original orientation returns.</important></description>
</doc>