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