Click or drag to resize

AnnotLayerAnnotHitTest Method

Hit test

Namespace:  ComPDFKitViewer.Layer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public 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