Import line: | GdkPixbuf = imports.gi.GdkPixbuf; |
GIR File: | GdkPixbuf-2.0.gir |
C documentation: | GdkPixbufRotation |
Enum : | PixbufRotation |
Properties | |
---|---|
guint32 GdkPixbuf.PixbufRotation.CLOCKWISE : 270
|
|
guint32 GdkPixbuf.PixbufRotation.COUNTERCLOCKWISE : 90
|
|
guint32 GdkPixbuf.PixbufRotation.NONE : 0
|
|
guint32 GdkPixbuf.PixbufRotation.UPSIDEDOWN : 180
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GdkPixbuf.Pixbuf
Method |
rotate_simple
(PixbufRotation angle)
:
GdkPixbuf.Pixbuf
Rotates a pixbuf by a multiple of 90 degrees, and returns the
result in a new pixbuf. |