System.Types.TRect.Empty
Delphi
class function Empty: TRect; inline; static;
C++
static TRect Empty() _ALWAYS_INLINE
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Types.pas SystemTypes.h |
System.Types | TRect |
説明
空の TRect オブジェクトを作成します。
Empty は、左上隅および右下隅が点 (0, 0) である、空の TRect オブジェクトを作成します。