[]
Gets a value indicating whether a full re-resolving of the whole render object is needed.
protected virtual bool IsReresolvingNeeded(PageAreaBase pageArea, double left, double top, double width, double height)
| 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. |
| Type | Description |
|---|---|
| bool | true if the RenderObject containing this fragment should be re-resolved. |