drawPixmap

Draws an image (a source pixmap) on a target pixmap

@safe pure nothrow @nogc
void
drawPixmap

Parameters

target Pixmap

target pixmap to draw on

image Pixmap

source pixmap

pos Point

top-left destination position (on the target pixmap)

Meta