Searches for a C1Hyperlink object in the current fragment at the specified position.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public virtual C1HyperlinkInfo FindHyperlink(
	PointD pt
)
Visual Basic
Public Overridable Function FindHyperlink ( _
	pt As PointD _
) As C1HyperlinkInfo

Parameters

pt
Type: C1.C1Preview..::..PointD
Specifies a point within the current fragment relative to the top left corner of the fragment.

Return Value

A C1HyperlinkInfo object describing the found C1Hyperlink, or null if none was found.

See Also