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
51 lines (33 loc) · 1.18 KB
/
flip.lcdoc
File metadata and controls
51 lines (33 loc) · 1.18 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
Name: flip
Type: command
Syntax: flip [<imageRef>] {horizontal | vertical}
Summary:
Invert an <image> horizontally or vertically.
Introduced: 1.1
OS: mac, windows, linux
Platforms: desktop, server, mobile
Example:
flip vertical
Example:
flip image 1 vertical
Example:
flip image "Logo" horizontal
Parameters:
imageRef:
Any image reference.
Description:
Use the <flip> <command> to turn an <image> over.
The vertical form flips the image vertically, swapping its top and bottom.
The horizontal form 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),
command (glossary), referenced control (glossary), paint tool (glossary),
image (keyword)
Tags: multimedia