gdkPixbufFlip {RGtk2}R Documentation

gdkPixbufFlip

Description

Flips a pixbuf horizontally or vertically and returns the result in a new pixbuf.

Usage

gdkPixbufFlip(object, horizontal)

Arguments

object [GdkPixbuf] a GdkPixbuf
horizontal [logical] TRUE to flip horizontally, FALSE to flip vertically

Details

Since 2.6

Value

[GdkPixbuf] the new GdkPixbuf, or NULL if not enough memory could be allocated for it.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]