TBlurEffect.Create Constructor
Creates a new blur effect.
Syntax
Unit: FlexCel.Core
constructor TBlurEffect.Create(const aRadius: Int64; const aGrow: Boolean);
Parameters
| <-> |
Parameter |
Type |
Description |
| const |
aRadius |
Int64 |
Radius of the blur. |
| const |
aGrow |
Boolean |
If true, the blur can extend outside the bounds of the object. |
See also