[][src]Trait iced_graphics::backend::Image

pub trait Image {
    fn dimensions(&self, handle: &Handle) -> (u32, u32);
}

A graphics backend that supports image rendering.

Required methods

fn dimensions(&self, handle: &Handle) -> (u32, u32)

Returns the dimensions of the provided image.

Loading content...

Implementors

Loading content...