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

Adds values to a rectangle.

Operator += adds to a rectangle the values from another rectangle.

See Also