Trait piet_common::Image

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

A trait for a backend’s bitmap image type.

This is cheaply clonable.

Required Methods§

The size of the image

Implementations on Foreign Types§

Implementors§