RotateFlip

concerns

The RotateFlip attribute function mirrors the image.

 

Syntax

RotateFlip(rfType[, LanguageID])

Return value

Type

Description

 

Long

0 if executed successful

 

Parameter

Use

Name

Type

Passing

Description

Required

rfType

RotateFlipTypes

ByVal

Type of action

Optional

LanguageID

String

ByVal

Language-ID of the picture to be used.
If the parameter is omitted, the image of the current language is used.

 

RotateFlipTypes

Description

0 – RotateNoneFlipNone, Rotate180FlipXY

None Action

1 – Rotate90FlipNone, Rotate270FlipXY

Rotation by 90 degrees

2 – Rotate180FlipNone, RotateNoneFlipXY

Rotation by 180 degrees

3 – Rotate270FlipNone, Rotate90FlipXY

Rotation by 270 degrees

4 – RotateNoneFlipX, Rotate180FlipY

Mirroring on the X axis

5 – Rotate90FlipX, Rotate270FlipY

Rotation by 90 degrees and then mirroring on the X axis

6 – Rotate180FlipX, RotateNoneFlipY

Rotation by 180 degrees and then mirroring on the X axis

7 – Rotate270FlipX, Rotate90FlipY

Rotation by 270 degrees and then mirroring on the X axis