TUIRectangle.FullyInside Method
Returns true if this rectangle is fully inside other.
Syntax
Unit: FlexCel.Core
function TUIRectangle.FullyInside(const other: TUIRectangle): Boolean;
Parameters
<-> |
Parameter |
Type |
Description |
const |
other |
TUIRectangle |
Parent rectangle which we want to test we are inside. |
See also