System.Types.TSize.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add(const Point: 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 Add to add the width and height of one TSize object to the width and height of another TSize object.

See Also