System.Types.TRect.operator *=

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

C++

TRect& operator*=(const TRect& rhs) _ALWAYS_INLINE {

プロパティ

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


説明

2 つの四角形の交差部分を提供します。

Operator *= は、その四角形と別の四角形が提供する交差部分を算出し、その値を、2 つの四角形が共通して持つ領域に変更します。

関連項目