Searches for a RenderFragment at the specified position on the current page.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RenderFragment FindFragment(
	PointD ptPage
)
Visual Basic
Public Function FindFragment ( _
	ptPage As PointD _
) As RenderFragment

Parameters

ptPage
Type: C1.C1Preview..::..PointD
The position on the current page (in ResolvedUnit units).

Return Value

The RenderFragment, or null if none was found.

See Also