TCropArea.Create Method
Overloads
TCropArea.Create
Creates a new crop area with no crop.
Syntax
Unit: FlexCel.Core
class function TCropArea.Create: TCropArea; static; overload;
See also
TCropArea.Create(Integer, Integer, Integer, Integer)
Creates a new crop area with the indicated coordinates.
Syntax
Unit: FlexCel.Core
class function TCropArea.Create(const aCropFromTop: Integer; const aCropFromBottom: Integer; const aCropFromLeft: Integer; const aCropFromRight: Integer): TCropArea; static; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
aCropFromTop |
Integer |
|
const |
aCropFromBottom |
Integer |
|
const |
aCropFromLeft |
Integer |
|
const |
aCropFromRight |
Integer |
|
See also