TUIRectangle.Create Method
Creates a new UIRectangle with the specified starting point, height and width.
Syntax
Unit: FlexCel.Core
class function TUIRectangle.Create(const aX: Double; const aY: Double; const aWidth: Double; const aHeight: Double): TUIRectangle; static; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
aX |
Double |
X coordinate of the rectangle. |
const |
aY |
Double |
Y coordinate of the rectangle. |
const |
aWidth |
Double |
Width of the rectangle. |
const |
aHeight |
Double |
Height of the rectangle |
See also