TdxSizeF.Ceil Method
Returns a TdxSizeF value with the specified width and height values rounded up to the nearest integer.
Declaration
function Ceil: TdxSizeF;
Returns
| Type |
|---|
| TdxSizeF |
Remarks
This function calls the Create function with the rounded up AWidth and AHeight values as parameters.
See Also