Table of Contents

Method Blur

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Blur(int)

Blurs the image in both horizontal and vertical directions by the specified blurRadius (in pixels).

GenericImage Blur(int blurRadius)

Parameters

blurRadius int

Blur radius in pixels.

Returns

GenericImage

Blurred image.

Remarks

This should not be used when using a single mask color for transparency.