SubPixmap.xferTo

Copies the pixels of this subimage to a target image.

The target MUST have the same size.

  1. void xferTo(SubPixmap target)
    struct SubPixmap
    @safe pure nothrow @safe pure nothrow @nogc const
    void
    xferTo
  2. void xferTo(SubPixmap target, Blend blend)

See Also

Usually you’ll want to use extractToPixmap or drawPixmap instead.

Meta