RotateRight Method

Rotates the displayed image 90 degrees to the right.

Applies To

Image Edit control

Syntax

object.RotateRight

Arguments

None

Return Value

None

Remarks

The Display method must be invoked prior to calling this method.

Invoking the RotateRight method modifies the displayed image. The Save or SaveAs method must be invoked to save the modified image.

See Also

Display method

Display topics in Imaging Concepts

Flip method

RotateLeft method

Save method

SaveAs method