System.Types.TSizeF.Subtract

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Subtract(const Point: TSizeF): TSizeF;

Properties

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

Description

Calculates the difference between two TSizeF objects.

The cx property of the result is the difference between the cx value of the first TSizeF object and the value of cx of the second TSizeF object.

The cy property of the result is the difference between the cy value of the first TSizeF object and the value of cy of the second TSizeF object.

See Also