Learn R Programming

RGtk2 (version 2.12.17)

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
[Cairo] a Cairo context
pixmap.x
[numeric] X coordinate of location to place upper left corner of pixmap
pixmap.y
[numeric] Y coordinate of location to place upper left corner of pixmap

Details

Since 2.10