Returns true if either getWidth() or getHeight() are zero. Does not check if PixelRef is null; call Bitmap#drawsNothing() to check getWidth(), getHeight(), and PixelRef. @return true if dimensions do not enclose area
()
| 80 | * @return true if dimensions do not enclose area |
| 81 | */ |
| 82 | default boolean isEmpty() { |
| 83 | return getImageInfo().isEmpty(); |
| 84 | } |
| 85 |
no outgoing calls