枚举

GdkPixbufPixbufRotation

声明

enum GdkPixbuf.PixbufRotation

说明 [源代码]

可以传递给 gdk_pixbuf_rotate_simple() 的可能旋转。

为了便于使用,它们对应的数字是实际 度数。

成员

GDK_PIXBUF_ROTATE_NONE

不旋转。

  • 值:0
  • 自 2.0 起提供使用
GDK_PIXBUF_ROTATE_COUNTERCLOCKWISE

90 度旋转。

  • 值:90
  • 自 2.0 起提供使用
GDK_PIXBUF_ROTATE_UPSIDEDOWN

180 度旋转。

  • 值:180
  • 自 2.0 起提供使用
GDK_PIXBUF_ROTATE_CLOCKWISE

270 度旋转。

  • 值:270
  • 自 2.0 起提供使用