PrintDocument for WinForms
FindFragment メソッド (C1Page)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1Page クラス : FindFragment メソッド
The position on the current page (in C1PrintDocument.ResolvedUnit units).
Searches for a RenderFragment at the specified position on the current page.
シンタックス
'宣言
 
Public Function FindFragment( _
   ByVal ptPage As PointD _
) As RenderFragment
'使用法
 
Dim instance As C1Page
Dim ptPage As PointD
Dim value As RenderFragment
 
value = instance.FindFragment(ptPage)
public RenderFragment FindFragment( 
   PointD ptPage
)

パラメータ

ptPage
The position on the current page (in C1PrintDocument.ResolvedUnit units).

戻り値の型

The RenderFragment, or null if none was found.
参照

C1Page クラス
C1Page メンバ