System.Types.TSizeF.Round

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

Delphi

function Round: TSize;

C++

TSize Round() const _ALWAYS_INLINE {

プロパティ

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

説明

TSizeF オブジェクトを四捨五入します。

Round を呼び出すと、TSizeF オブジェクトのプロパティ、WidthHeight の値を、四捨五入します。

関連項目