System.Types.TRectF.operator Addition
Delphi
class operator Add(const Lhs, Rhs: TRectF): TRectF;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | System.Types.pas | System.Types | TRectF |
説明
2 つの四角形の Union を計算し、TRectF オブジェクトを返します。
Delphi
class operator Add(const Lhs, Rhs: TRectF): TRectF;
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | System.Types.pas | System.Types | TRectF |
2 つの四角形の Union を計算し、TRectF オブジェクトを返します。