System.Types.TSize.operator Addition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

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

Description

Calculates the sum between two TSize objects.

Use operator Addition to add the width and height of one TSize object to the width and height of another TSize object.

See Also