Table of Contents

TUIRectangle.Contains Method

Returns true if point is inside the rectangle.

Syntax

Namespace: FlexCel.Core

public Boolean Contains(TPointF point, Double margin)

Parameters

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

See also