Pike programming language

Top GDK2 GDK2.Pixbuf
➤ GDK2.Pixbuf()->render_threshold_alpha() GDK2.Pixbuf()->saturate_and_pixelate() ➤

Method GDK2.Pixbuf()->rotate_simple()


Method rotate_simple

GDK2.Pixbuf 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.

Extracted from as of .