System.Types.TRect.operator *

From RAD Studio API Documentation
Jump to: navigation, search

C++

TRect operator*(const TRect& rc) const _ALWAYS_INLINE {

Properties

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

Description

Calculates the intersection of two rectangles.

Operator * calculates the Intersection of two rectangles and returns a TRect object, which is the area the two rectangles have in common.

See Also