MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / irect

Method irect

src/__init__.py:13651–13654  ·  view source on GitHub ↗

Pixmap bbox - an IRect object.

(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

JM_py_from_irectFunction · 0.85

Tested by

no test coverage detected