forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflip.lcdoc
More file actions
40 lines (23 loc) · 1.14 KB
/
Copy pathflip.lcdoc
File metadata and controls
40 lines (23 loc) · 1.14 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
Name: flip
Type: command
Syntax: flip [<image>] {horizontal | vertical}
Summary: <change> </change>selected</a> part of an <image>.
Introduced: 1.1
OS: mac,windows,linux
Platforms: desktop,server,web,mobile
Example:
flip vertical
Example:
flip image 1 vertical
Example:
flip image "Logo" horizontal
Parameters:
image: Any image reference.
Description:
Use the <flip> <command> to turn an <image> over.
Theform flips the image vertically, swapping its top and bottom. Theform flips the image side to side, swapping its right and left.
If you don't specify an <image>, the portion currently selected with the Select <paint tool> is flipped.
The flipping operation is its own inverse: flipping an image twice in the same direction restores it to its original appearance.
>*Important:* Flipping a <referenced control|referenced image> changes its orientation only temporarily. The next time the <referenced control|referenced image> is displayed, its original orientation returns.
References: choose (command), crop (command), revRotatePoly (command), image (keyword), command (glossary), referenced control (glossary), paint tool (glossary)
Tags: multimedia