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 union between two rectangles.

Operator+ returns a TRect object that represents the union between two rectangles.

See Also