CPDFViewerGetePointToPage Method |
Convert the current click position to the position in the page (related to the current DPI)
Namespace:
ComPDFKitViewer
Assembly:
ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntaxpublic void GetePointToPage(
Point checkPoint,
out RenderData renderData,
out Point pagePoint
)
Parameters
- checkPoint
- Type: System.WindowsPoint
Current click position (PDFViewer)
- renderData
- Type: ComPDFKitViewerRenderData
If it does not exist, it is null
- pagePoint
- Type: System.WindowsPoint
With the upper left corner of the page as the origin, the coordinates of the current mouse position (standard DPI)
See Also