System.Types.TRect.operator +

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

C++

TRect operator+(const TRect& rc) const _ALWAYS_INLINE {

プロパティ

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


説明

2 つの四角形の共用体を算出します。

Operator+ は、2 つの四角形間の共用体を表す、TRect オブジェクトを返します。

関連項目