CPDFViewerGetMousePointToPage Method |
Get the current mouse position in the PDFViewer, if not, it is -1
Namespace:
ComPDFKitViewer
Assembly:
ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntaxpublic void GetMousePointToPage(
out int pageIndex,
out Point pagePoint
)
Parameters
- pageIndex
- Type: SystemInt32
Page index
- 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