Module: GdkPixbuf::PixbufRotation

Defined in:
(unknown)

Constant Summary collapse

NONE =

No rotation.

0 or :none
COUNTERCLOCKWISE =

Rotate by 90 degrees.

90 or :counterclockwise
UPSIDEDOWN =

Rotate by 180 degrees.

180 or :upsidedown
CLOCKWISE =

Rotate by 270 degrees.

270 or :clockwise