A
B
C
E
F
G
H
I
M
N
O
P
R
S
T
M
- mapDeviceCoordsToPage(PdfDocument,int,int,int,int,int,int,int,int) - function in com.shockwave.pdfium.PdfiumCore
- Add commentMore actionsConvert the screen coordinates of a point to page coordinates.The page coordinate system has its origin at the left-bottom cornerof the page, with the X-axis on the bottom going to the right, andthe Y-axis on the left side going up.NOTE: this coordinate system can be altered when you zoom, scroll,or rotate a page, however, a point on the page should always havethe same coordinate values in the page coordinate system.The device coordinate system is device dependent.
- mapPageCoordsToDevice(PdfDocument,int,int,int,int,int,int,double,double) - function in com.shockwave.pdfium.PdfiumCore
- Map page coordinates to device screen coordinates
- mapRectToDevice(PdfDocument,int,int,int,int,int,int,RectF) - function in com.shockwave.pdfium.PdfiumCore