PrintDocument for WinForms
FindHyperlink メソッド (RenderParagraphFragment)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderParagraphFragment クラス : FindHyperlink メソッド
Specifies a point within the current fragment relative to the top left corner of the fragment.
Searches for a C1Hyperlink object in the current fragment at the specified position.
シンタックス
'宣言
 
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.
参照

RenderParagraphFragment クラス
RenderParagraphFragment メンバ