Returns pixel row count. Maybe be less than getPixelRef().getHeight(). Will not exceed getPixelRef().getHeight() @return pixel height in ImageInfo
()
| 28 | * @return pixel height in ImageInfo |
| 29 | */ |
| 30 | default int getHeight() { |
| 31 | return getImageInfo()._height; |
| 32 | } |
| 33 |
no outgoing calls