PDFViewCtrlGetAnnotAt Method (Int32, Int32) |
Gets the annotation at the (x, y) position expressed in screen coordinates.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public IAnnot GetAnnotAt(
int x,
int y
)
Public Function GetAnnotAt (
x As Integer,
y As Integer
) As IAnnot
public:
virtual IAnnot^ GetAnnotAt(
[InAttribute] int x,
[InAttribute] int y
) sealed
function GetAnnotAt(x, y);
Parameters
- x
- Type: SystemInt32
x coordinate of the screen point
- y
- Type: SystemInt32
y coordinate of the screen point
Return Value
Type:
IAnnot The annotation found. If no annotation was found, it returns a null pointer.
See Also