Trait piet_common::Image[][src]

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