ImageFlipModes class

ImageFlipModes class

Describes image flip modes.

Inheritance: ImageFlipModesEnumeration

The ImageFlipModes type exposes the following members:

Constructors

Constructor Description
init Serialization constructor

Properties

Property Description
NONE No flipping.
FLIP_X Horizontal flip.
FLIP_Y Flip vertical.
FLIP_XY Flip horizontal and vertical.

Methods

Method Description
equals Determines whether two object instances are equal.
compare_to Compares current object to other.
get_all Returns all enumeration values.

See Also