[]
        
(Showing Draft Content)

C1.C1Preview.RenderTextFragment.FindHyperlink

FindHyperlink Method

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

Declaration
public override C1HyperlinkInfo FindHyperlink(PointD pt)
Public Overrides Function FindHyperlink(pt As PointD) As C1HyperlinkInfo
Parameters
Type Name Description
PointD pt

Specifies a point within the current fragment relative to the top left corner of the fragment.

Returns
Type Description
C1HyperlinkInfo

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

Overrides