System.Types.TRectF.Ceiling

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Ceiling: TRect;

C++

TRect Ceiling() const _ALWAYS_INLINE {

Properties

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

Description

Does superior rounding over the TRectF object.

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

See Also