Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gdkCairoSetSourcePixmap

gdkCairoSetSourcePixmap


Description

Sets the given pixmap as the source pattern for the Cairo context. The pattern has an extend mode of CAIRO_EXTEND_NONE and is aligned so that the origin of pixmap is pixmap.x, pixmap.y

Usage

gdkCairoSetSourcePixmap(cr, pixmap, pixmap.x, pixmap.y)

Arguments

cr

a Cairo context

pixmap

a GdkPixmap

pixmap.x

X coordinate of location to place upper left corner of pixmap

pixmap.y

Y coordinate of location to place upper left corner of pixmap

Details

Since 2.10

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.