System.Types.TRect.operator Multiply

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

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

Description

Calculates the intersection of two rectangles.

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

See Also