module

CrImage::Draw::Drawer

Instance methods

draw(dst : Image, r : Rectangle, src : Image, sp : Point)

aligns r.min in dst with sp in src and then replaces the rectangle r in dst with the result of drawing src on dst

Source