Trait klaptik::Canvas

source ·
pub trait Canvas {
    // Required method
    fn draw(&mut self, bounds: Rectangle, bitmap: &[u8]);
}

Required Methods§

source

fn draw(&mut self, bounds: Rectangle, bitmap: &[u8])

Implementors§