[Top]
GTK2
GTK2.GdkPixbuf
|
Method GTK2.GdkPixbuf()->rotate_simple()
- Method
rotate_simple
GTK2.GdkPixbuf rotate_simple(int angle)
- Description
Rotates a pixbuf by a multiple of 90 degrees, and returns the result
in a new pixbuf. angle is either a multiple of 90 degrees (0,90,180,270),
or one of GDK_PIXBUF_ROTATE_CLOCKWISE , GDK_PIXBUF_ROTATE_COUNTERCLOCKWISE , GDK_PIXBUF_ROTATE_NONE and GDK_PIXBUF_ROTATE_UPSIDEDOWN , which are merely aliases.
|