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 つの四角形の交差部分を算出し、その 2 つの四角形が共有する領域を表す、TRect オブジェクトを返します。

関連項目