'宣言 Public Overrides Function FindHyperlink( _ ByVal pt As PointD _ ) As C1HyperlinkInfo
'使用法 Dim instance As RenderParagraphFragment Dim pt As PointD Dim value As C1HyperlinkInfo value = instance.FindHyperlink(pt)
public override C1HyperlinkInfo FindHyperlink( PointD pt )
パラメータ
- pt
- Specifies a point within the current fragment relative to the top left corner of the fragment.
戻り値の型
A C1HyperlinkInfo object describing the found C1Hyperlink, or null if none was found.