Import line: | GdkPixbuf = imports.gi.GdkPixbuf; |
GIR File: | GdkPixbuf-2.0.gir |
C documentation: | GdkPixbufRotation |
Enum : | PixbufRotation |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number GdkPixbuf.PixbufRotation.CLOCKWISE : 270
|
|
Number GdkPixbuf.PixbufRotation.COUNTERCLOCKWISE : 90
|
|
Number GdkPixbuf.PixbufRotation.NONE : 0
|
|
Number 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.
|