Pixmap bbox - an IRect object.
(self)
| 13649 | |
| 13650 | @property |
| 13651 | def irect(self): |
| 13652 | """Pixmap bbox - an IRect object.""" |
| 13653 | val = mupdf.fz_pixmap_bbox(self.this) |
| 13654 | return JM_py_from_irect( val) |
| 13655 | |
| 13656 | @property |
| 13657 | def is_monochrome(self): |
nothing calls this directly
no test coverage detected