Die Attributfunktion RotateFlip führt Spiegelungen des Bildes durch.
Syntax | ||||
RotateFlip(rfType[, LanguageID]) | ||||
Rückgabewert | ||||
Long (Fehler) | ||||
Parameter | ||||
Verwendung |
Name |
Typ |
Übergabe |
Beschreibung |
Erforderlich |
rfType |
RotateFlipTypes |
ByVal |
Typ der Aktion |
Optional |
LanguageID |
String |
ByVal |
Sprachen-ID des Bildes, welches verwendet
werden soll |
RotateFlipTypes |
Beschreibung |
0 – RotateNoneFlipNone, Rotate180FlipXY |
Keine Aktion |
1 – Rotate90FlipNone, Rotate270FlipXY |
Rotation um 90 Grad |
2 – Rotate180FlipNone, RotateNoneFlipXY |
Rotation um 180 Grad |
3 – Rotate270FlipNone, Rotate90FlipXY |
Rotation um 270 Grad |
4 – RotateNoneFlipX, Rotate180FlipY |
Spiegelung an der X-Achse |
5 – Rotate90FlipX, Rotate270FlipY |
Rotation um 90 Grad und anschließend Spiegelung an der X-Achse |
6 – Rotate180FlipX, RotateNoneFlipY |
Rotation um 180 Grad und anschließend Spiegelung an der X-Achse |
7 – Rotate270FlipX, Rotate90FlipY |
Rotation um 270 Grad und anschließend Spiegelung an der X-Achse |