Image.rotate Method [AX 2012]

Rotates the image.

public int rotate(RotateType RotateType)

Run On

Client

Parameters

RotateType
Type: RotateType Enumeration
The amount to rotate the image by.

Return Value

Type: int
0 indicates success; otherwise, failure.

The possible values for the RotateType parameter are those available in the RotateType system enum:

0

RotateNoneFlipNone

No rotation.

1

Rotate90FlipNone

Rotation by 90 degrees.

2

Rotate180FlipNone

Rotation by 180 degrees.

3

Rotate270FlipNone

Rotation by 270 degrees.

Community Additions

ADD
Show: