Table of Contents

Method BlurVertical

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

BlurVertical(int)

Blurs the image in the vertical direction only.

public virtual GenericImage BlurVertical(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.