Flip Method

Rotates a displayed image by 180 degrees.

Applies To

Image Edit control

Syntax

object.Flip

Arguments

None

Return Value

None

Remarks

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

Invoking the Flip 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

RotateLeft method

RotateRight method

Save method

SaveAs method