System.Types.TSizeF.Ceiling

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Ceiling: TSize;

C++

TSize Ceiling() const _ALWAYS_INLINE {

Properties

Type Visibility Source Unit Parent
function public
System.Types.pas
SystemTypes.h
System.Types TSizeF

Description

Does superior rounding over the TSizeF object.

Call Ceiling to do a superior rounding over the values of the Width and Height properties of the TSizeF object.

See Also