Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_clear_pixmap_rect_with_value
Function · 0.45
JM_color_count
Function · 0.45
JM_fill_pixmap_rect_with_color
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected