map Page Coords To Device
fun mapPageCoordsToDevice(pageIndex: Int, startX: Int, startY: Int, sizeX: Int, sizeY: Int, rotate: Int, pageX: Double, pageY: Double): Point
Map page coordinates to device screen coordinates
Return
mapped coordinates
Parameters
page Index
index of page
start X
left pixel position of the display area in device coordinates
start Y
top pixel position of the display area in device coordinates
size X
horizontal size (in pixels) for displaying the page
size Y
vertical size (in pixels) for displaying the page
rotate
page orientation: 0 (normal), 1 (rotated 90 degrees clockwise), 2 (rotated 180 degrees), 3 (rotated 90 degrees counter-clockwise)
page X
X value in page coordinates
page Y
Y value in page coordinate