Returns width of associated image or video file.
(&self)
| 912 | |
| 913 | /// Returns width of associated image or video file. |
| 914 | pub fn get_width(&self) -> i32 { |
| 915 | self.param.get_int(Param::Width).unwrap_or_default() |
| 916 | } |
| 917 | |
| 918 | /// Returns height of associated image or video file. |
| 919 | pub fn get_height(&self) -> i32 { |
no test coverage detected