Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1Page Class / FindFragment Method
The position on the current page (in ResolvedUnit units).

In This Topic
    FindFragment Method
    In This Topic
    Searches for a RenderFragment at the specified position on the current page.
    Syntax
    'Declaration
     
    Public Function FindFragment( _
       ByVal ptPage As PointD _
    ) As RenderFragment
    public RenderFragment FindFragment( 
       PointD ptPage
    )

    Parameters

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

    Return Value

    The RenderFragment, or null if none was found.
    See Also