System.Types.TRect.operator Addition

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

Delphi

class operator Add(const Lhs, Rhs: TRect): TRect;

プロパティ

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

説明

2 つの四角形の Union を計算します。

Operator Addition は、2 つの四角形の Union を計算し、TRect オブジェクトを返します。

関連項目