System.Types.TSizeF.Ceiling

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

Delphi

function Ceiling: TSize;

C++

TSize Ceiling() const _ALWAYS_INLINE {

プロパティ

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

説明

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

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

関連項目