[][src]Trait piet_common::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...

Implementations on Foreign Types

impl Image for CairoImage[src]

Loading content...

Implementors

Loading content...