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

Method x

src/__init__.py:14095–14097  ·  view source on GitHub ↗

x component of Pixmap origin.

(self)

Source from the content-addressed store, hash-verified

14093
14094 @property
14095 def x(self):
14096 """x component of Pixmap origin."""
14097 return mupdf.fz_pixmap_x(self.this)
14098
14099 @property
14100 def xres(self):

Callers 4

__init__Method · 0.45
JM_color_countFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected