Trait piet::Image[][src]

pub trait Image {
    fn size(&self) -> Size;
}
Expand description

A trait for a backend’s bitmap image type.

Required methods

The size of the image

Implementors