System.Types.TRectF.Empty

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

Delphi

class function Empty: TRectF; inline; static;

C++

static TRectF Empty() _ALWAYS_INLINE

プロパティ

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

説明

空の TRectF オブジェクトを作成します。

Empty は、左上隅および右下隅が点 (0, 0) である、空の TRectF オブジェクトを作成します。

関連項目