LinkTapEvent

constructor(originalX: Float, originalY: Float, documentX: Float, documentY: Float, mappedLinkRect: RectF, link: Link)

Parameters

originalX

The original X coordinate of the touch event in screen coordinates.

originalY

The original Y coordinate of the touch event in screen coordinates.

documentX

The X coordinate of the touch event in document coordinates.

documentY

The Y coordinate of the touch event in document coordinates.

mappedLinkRect

The bounding rectangle of the link, mapped to screen coordinates.

link

The {@link Link} object representing the tapped link.