[]
        
(Showing Draft Content)

C1.C1Preview.RenderFragment.ChangeResolvedDimensions

ChangeResolvedDimensions Method

ChangeResolvedDimensions(double, double, double, double)

Called when the resolved sizes of the object should be changed, for example when resolving of table is finished and height of all objects in a row is set to the same value. Object may ignore this changing and not change self size. This method is called only for child objects, so x and y are relative to the top left corner of the parent.

Declaration
protected virtual void ChangeResolvedDimensions(double x, double y, double width, double height)
Parameters
Type Name Description
double x

New left coordinate of the fragment.

double y

New top coordinate of the fragment.

double width

New width of the fragment.

double height

New height of the fragment.