TLineArrow.Create Method
Creates a new arrow.
Syntax
Unit: FlexCel.Core
class function TLineArrow.Create(const aStyle: TArrowStyle; const aLen: TArrowLen; const aWidth: TArrowWidth): TLineArrow; static; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
aStyle |
TArrowStyle |
Style of the arrow. |
const |
aLen |
TArrowLen |
Length of the arrow. |
const |
aWidth |
TArrowWidth |
Width of the arrow. |
See also