Get the image height. 获取图像高度。
(&self)
| 89 | /// Get the image height. |
| 90 | /// 获取图像高度。 |
| 91 | pub fn height(&self) -> u32 { |
| 92 | self.camera.height() |
| 93 | } |
| 94 | |
| 95 | /// Access the underlying [`Camera`] for advanced operations. |
| 96 | /// 访问底层 [`Camera`] 进行高级操作。 |
nothing calls this directly
no outgoing calls
no test coverage detected