TInnerShadowEffect.Create Constructor
Creates a new inner shadow effect.
Syntax
Unit: FlexCel.Core
constructor TInnerShadowEffect.Create(const aShadowColor: TDrawingColor; const aBlurRadius: Int64; const aDistance: Int64; const aDirection: Double);
Parameters
| <-> |
Parameter |
Type |
Description |
| const |
aShadowColor |
TDrawingColor |
Color of the Shadow. |
| const |
aBlurRadius |
Int64 |
Blur radius. |
| const |
aDistance |
Int64 |
Distance. |
| const |
aDirection |
Double |
Rotation of the shadow. |
See also