TUIRectangle.FromLTRB Method
Creates a new rectangle with the specified coordinates.
Syntax
Unit: FlexCel.Core
class function TUIRectangle.FromLTRB(const aLeft: Double; const aTop: Double; const aRight: Double; const aBottom: Double): TUIRectangle; static;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | aLeft | Double | Left coordinate. |
const | aTop | Double | Top coordinate. |
const | aRight | Double | Right coordinate. |
const | aBottom | Double | Bottom coordinate. |