Returns IRect { 0, 0, width(), height() }. @see https://fiddle.skia.org/c/@Bitmap_getBounds_2
()
| 321 | * @see <a href="https://fiddle.skia.org/c/@Bitmap_getBounds_2">https://fiddle.skia.org/c/@Bitmap_getBounds_2</a> |
| 322 | */ |
| 323 | @NotNull |
| 324 | public IRect getBounds() { |
| 325 | return IRect.makeXYWH(0, 0, getWidth(), getHeight()); |
| 326 | } |
| 327 | |
| 328 | /** |
| 329 | * Returns the bounds of this bitmap, offset by its PixelRef origin. |