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