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