enum GdkPixbuf::PixbufRotation
 
  Overview
The possible rotations which can be passed to gdk_pixbuf_rotate_simple().
To make them easier to use, their numerical values are the actual degrees.
Defined in:
lib/gi-crystal/src/auto/gdk_pixbuf-2.0/gdk_pixbuf.crEnum Members
- 
        None = 0_u32
- 
        No rotation. 
- 
        Counterclockwise = 90_u32
- 
        Rotate by 90 degrees. 
- 
        Upsidedown = 180_u32
- 
        Rotate by 180 degrees. 
- 
        Clockwise = 270_u32
- 
        Rotate by 270 degrees. 
Class Method Summary
- 
        .g_type : UInt64
        
          Returns the type id (GType) registered in GLib type system.