Table of Contents

TUIRectangle.Contains Method

Returns true if point is inside the rectangle.

Syntax

Unit: FlexCel.Core

function TUIRectangle.Contains(const point: TUIPointF; const margin: Double): Boolean;

Parameters

<-> Parameter Type Description
const point TUIPointF Point to check.
const margin Double an extra margin where a point outside but very near the border is considered inside.

See also