Table of Contents

TUIRectangle.FullyOutside Method

Returns true if this rectangle is fully outside other.

Syntax

Unit: FlexCel.Core

function TUIRectangle.FullyOutside(const other: TUIRectangle): Boolean;

Parameters

<-> Parameter Type Description
const other TUIRectangle Parent rectangle which we want to test we are outside.

See also