System.Types.TSizeF.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add(const Point: TSizeF): TSizeF;

Properties

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

Description

Calculates the sum between two TSizeF objects.

Use Add to add the width and height of one TSizeF object to the width and height of another TSizeF object.

See Also