[]
        
(Showing Draft Content)

C1.C1Preview.RenderFragment.IsReresolvingNeeded

IsReresolvingNeeded Method

IsReresolvingNeeded(PageAreaBase, double, double, double, double)

Gets a value indicating whether a full re-resolving of the whole render object is needed.

Declaration
protected virtual bool IsReresolvingNeeded(PageAreaBase pageArea, double left, double top, double width, double height)
Parameters
Type Name Description
PageAreaBase pageArea

The area on the page.

double left

The X coordinate on the page.

double top

The Y coordinate on the page.

double width

The width of the fragment.

double height

The height of the fragment.

Returns
Type Description
bool

true if the RenderObject containing this fragment should be re-resolved.