Function tcod::image::blit_rect [] [src]

pub fn blit_rect<T>(src: &Image,
                    (width, height): (i32, i32),
                    dst: &mut T,
                    (x, y): (i32, i32),
                    flag: BackgroundFlag) where T: Console