Function Image.blendRect

Alpha-blends src_rect from src image to this image at coordinates dest.

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