System.Types.TRect.operator Addition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class operator Add(const Lhs, Rhs: TRect): TRect;

Properties

Type Visibility Source Unit Parent
function public System.Types.pas System.Types TRect

Description

Calculates the Union of two rectangles.

Operator Addition calculates the Union of two rectangles and returns a TRect object.

See Also