Function graphics::image::draw_many [] [src]

pub fn draw_many<G>(rects: &[(Rectangle, SourceRectangle)],
                    color: Color,
                    texture: &G::Texture,
                    draw_state: &DrawState,
                    transform: Matrix2d,
                    g: &mut G) where G: Graphics

Draws many images.