[][src]Trait wand::traits::ContentResize

pub trait ContentResize {
    fn on_resize(&mut self, left: f64, top: f64, right: f64, bottom: f64);
}

Required methods

fn on_resize(&mut self, left: f64, top: f64, right: f64, bottom: f64)

Loading content...

Implementors

Loading content...