Returns IRect { 0, 0, width(), height() }. @see https://fiddle.skia.org/c/@Bitmap_getBounds_2
()
| 295 | * @see <a href="https://fiddle.skia.org/c/@Bitmap_getBounds_2">https://fiddle.skia.org/c/@Bitmap_getBounds_2</a> |
| 296 | */ |
| 297 | @NotNull |
| 298 | public IRect getBounds() { |
| 299 | return IRect.makeXYWH(0, 0, getWidth(), getHeight()); |
| 300 | } |
| 301 | |
| 302 | /** |
| 303 | * Returns the bounds of this bitmap, offset by its PixelRef origin. |