Function Image.blitRect

Copies src_rect from src image to this image at coordinates dst.

void blitRect (
  Image src,
  const(Rect2) src_rect,
  const(Vector2) dst
) nothrow @nogc;