gdkPixbufFlip: gdkPixbufFlip

Description Usage Arguments Details Value Author(s)

View source: R/gdkFuncs.R

Description

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

Usage

1
gdkPixbufFlip(object, horizontal)

Arguments

object

a GdkPixbuf

horizontal

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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gdkPixbufFlip in RGtk2...