System.Types.TRectF.Round

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

Delphi

function Round: TRect;

C++

TRect Round() const _ALWAYS_INLINE {

プロパティ

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

説明

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

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

関連項目