[]Trait druid::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

The size of the image

Loading content...

Implementors

impl Image for CoreGraphicsImage

Loading content...