Image height in pixels. 图像高度(像素)。
(&self)
| 129 | /// Image height in pixels. |
| 130 | /// 图像高度(像素)。 |
| 131 | pub fn height(&self) -> u32 { |
| 132 | self.height |
| 133 | } |
| 134 | |
| 135 | /// Pixel format of the raw data. |
| 136 | /// 原始数据的像素格式。 |
no outgoing calls
no test coverage detected