bool FormatProperties.TransformFitAdjust the (X, Y, Width, Height) after transform to fit the object into a minimal rectange=le. A transformed object can be outside the bounds of it original container, which may be the desired effect. But in many cases, it is better to reposition and resize the bounds of the the object so that it occupies a minimal rectangular footprint. This makes it so that the contents will not overflow the border.Example = Paragraph { CreateFitBox(false, "Normal"); Tab*3; CreateFitBox(true, "TransformFit");};NormalTransformFit