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