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.
 
Instance Method Summary
- 
        #clockwise?
        
          
Returns
trueif this enum value equalsClockwise - 
        #counterclockwise?
        
          
Returns
trueif this enum value equalsCounterclockwise - 
        #none?
        
          
Returns
trueif this enum value equalsNone - 
        #upsidedown?
        
          
Returns
trueif this enum value equalsUpsidedown 
Class methods inherited from struct Enum
  
  
    
      g_type : UInt64
    g_type
    
  
      
    
      
      
      
      
    
      
      
      
      
    
      
      
      
      
    
  Class Method Detail
Returns the type id (GType) registered in GLib type system.