'宣言 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.