'Declaration Public Overridable Function FindHyperlink( _ ByVal pt As PointD _ ) As C1HyperlinkInfo
public virtual C1HyperlinkInfo FindHyperlink( PointD pt )
Parameters
- pt
- 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.