Neodynamic ImageDraw SDK for .NET
GaussianBlur
Represented by Neodynamic.SDK.GaussianBlur class.

This action softens the look of an Element. Gaussian Blur applies a weighted average of blur to each pixel producing a hazy effect. The only property for setting up when working with Gaussian Blur is called Radius which is the strength of the blur effect.

In the following example we have an ImageElement on the Canvas and a GaussianBlur action is applied on the ImageElement.


ImageElement before the action is applied.

ImageElement with GaussianBlur action applied on it. Radius = 5.


Syntax sample