drawPixmap

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

  1. void drawPixmap(Pixmap target, Pixmap image, Point pos, Blend blend)
  2. void drawPixmap(Pixmap target, SubPixmap image, Point pos, Blend blend)
    @safe pure nothrow @safe pure nothrow @nogc
    void
    drawPixmap
    (,,,
    Blend blend = blendNormal
    )

Parameters

target Pixmap

target pixmap to draw on

image SubPixmap

source subpixmap

pos Point

top-left destination position (on the target pixmap)

Meta