System.Types.TRectF.operator Multiply

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class operator Multiply(const Lhs, Rhs: TRectF): TRectF;

Properties

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

Description

Calculates the intersection of two rectangles.

Operator Multiply calculates the Intersection of two rectangles and returns a TRectF object, which is the area the two rectangles have in common.

See Also