TUISize.Create Method
Creates a new size with the specified width and height.
Syntax
Unit: FlexCel.Core
class function TUISize.Create(const aWidth: Double; const aHeight: Double): TUISize; static; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
aWidth |
Double |
Width. |
const |
aHeight |
Double |
Height. |
See also