[−][src]Trait polyhorn_ui::queries::ImageQuery
Implemented by all image-like types (including ImageAsset).
Required methods
fn width(&self) -> f32
This function should return the width of an image.
fn height(&self) -> f32
This function should return the height of an image.