System.Types.TRectF.Ceiling

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function Ceiling: TRect;

C++

TRect Ceiling() const _ALWAYS_INLINE {

プロパティ

種類 可視性 ソース ユニット
function public
System.Types.pas
SystemTypes.h
System.Types TRectF

説明

TRectF オブジェクトに対して切り上げを行います。

Ceiling を呼び出すと、TRectF オブジェクトのプロパティ、LocationWidthHeight の値に対して、切り上げ処理を行います。

関連項目