System.Types.TRect.operator *=

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
function public SystemTypes.h System.Types TRect

Description

Provides the intersection of two rectangles.

Operator *= calculates the Intersection of the rectangle with another rectangle provided, and changes the value to the area the two rectangles have in common.

See Also