[][src]Trait piet::Image

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

A trait for a backend's bitmap image type.

Required methods

pub fn size(&self) -> Size[src]

The size of the image

Loading content...

Implementors

Loading content...