Grx.draw_pixmap
function draw_pixmap(x: Number(gint), y: Number(gint), p: Grx.Pixmap): void {
// Gjs wrapper for grx_draw_pixmap()
}
Draws the entire image on the current context with the top, left corner at x, y.
- x
the left edge
- y
the top edge
- p
the pixmap