ImageTaskBaseTBlur Method
Blurs the current image with the specified radius.
The command is added to the chain and not executed until the actual processing is done.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.2.0
public T Blur(
double radius = 1
)
Public Function Blur (
Optional radius As Double = 1
) As T
- radius Double (Optional)
- The radius of the filter, in pixels. The default is 1.
TThe same instance of this class.