AnnotLayerAnnotHitTest Method |
Hit test
Namespace:
ComPDFKitViewer.Layer
Assembly:
ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntaxpublic BaseAnnot AnnotHitTest(
Point point,
int pageIndex,
Point pagePoint
)
Parameters
- point
- Type: System.WindowsPoint
Mouse point
- pageIndex
- Type: SystemInt32
- pagePoint
- Type: System.WindowsPoint
Return Value
Type:
BaseAnnot
Annotation
See Also