TDrawingRelativeRect.Create Method
Overloads
TDrawingRelativeRect.Create
Initializes an instance.
Syntax
Unit: FlexCel.Core
class function TDrawingRelativeRect.Create: TDrawingRelativeRect; static; overload;
See also
TDrawingRelativeRect.Create(Double, Double, Double, Double)
Creates a new instance.
Syntax
Unit: FlexCel.Core
class function TDrawingRelativeRect.Create(const aLeft: Double; const aTop: Double; const aRight: Double; const aBottom: Double): TDrawingRelativeRect; static; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
aLeft |
Double |
Percentage of the left coordinate. Might be negative. |
const |
aTop |
Double |
Percentage of the top coordinate. Might be negative. |
const |
aRight |
Double |
Percentage of the right coordinate. Might be negative. |
const |
aBottom |
Double |
Percentage of the bottom coordinate. Might be negative. |
See also