TGlowEffect.Create Constructor
Creates a new Glow effect.
Syntax
Unit: FlexCel.Core
constructor TGlowEffect.Create(const aGlowColor: TDrawingColor; const aRadius: Int64);
Parameters
<-> |
Parameter |
Type |
Description |
const |
aGlowColor |
TDrawingColor |
Color of the glow. |
const |
aRadius |
Int64 |
Radius of the glow. |
See also