Table of Contents

TUIRectangle.FullyInside Method

Returns true if this rectangle is fully inside other.

Syntax

Namespace: FlexCel.Core

public Boolean FullyInside(TUIRectangle other)

Parameters

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

See also