Context.setSourcePixmap

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 pixbuf is pixbufX, pixbufY Since 2.10

class Context
void
setSourcePixmap
(,
double pixmapX
,
double pixmapY
)

Parameters

pixmap Pixmap

a GdkPixmap

pixmapX double

X coordinate of location to place upper left corner of pixmap

pixmapY double

Y coordinate of location to place upper left corner of pixmap

Meta