Image height (number of rows). 图像高度(行数)。
(&self)
| 94 | /// Image height (number of rows). |
| 95 | /// 图像高度(行数)。 |
| 96 | pub fn rows(&self) -> u32 { |
| 97 | self.rows |
| 98 | } |
| 99 | |
| 100 | /// Image width (number of columns). |
| 101 | /// 图像宽度(列数)。 |
nothing calls this directly
no outgoing calls
no test coverage detected