[−][src]Trait texture::ImageSize
Implemented by all images to be used with generic algorithms.
Required methods
Provided methods
fn get_width(&self) -> u32
[−]
Gets the image width.
fn get_height(&self) -> u32
[−]
Gets the image height.