Get the current image height. 获取当前图像高度。
(&self)
| 151 | /// Get the current image height. |
| 152 | /// 获取当前图像高度。 |
| 153 | pub fn height(&self) -> u32 { |
| 154 | self.config.height |
| 155 | } |
| 156 | |
| 157 | /// Get the current pixel format. |
| 158 | /// 获取当前像素格式。 |
nothing calls this directly
no outgoing calls
no test coverage detected