System.Types.TSizeF.operator Addition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class operator Add(const Lhs, Rhs: 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 operator Addition to add the width and height of one TSizeF object to the width and height of another TSizeF object.

See Also