

'Declaration <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> <SerializableAttribute()> Public Class BlurFilter Inherits Filter
'Usage Dim instance As BlurFilter
[ClassInterface(ClassInterfaceType.AutoDual)] [Serializable()] public class BlurFilter : Filter
System.Object
Xceed.Chart.GraphicsCore.Filter
Xceed.Chart.GraphicsCore.BlurFilter
| Name | Description | |
|---|---|---|
![]() | BlurFilter Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | m_bAlphaChannelOnly | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | m_bBlurBottom | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | m_bBlurLeft | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | m_bBlurRight | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | m_bBlurTop | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | m_HorzConv | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | m_nType | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | m_Size | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | m_VertConv | This member is reserved for internal use and is not intended to be used directly from your code. |
| Name | Description | |
|---|---|---|
![]() | AlphaChannelOnly | Whether or not to blur the alpha channel or all color channels of the image (ARGB). |
![]() | BlurBottom | When set to true the top corners of the image will be blured. |
![]() | BlurLeft | When set to true the left corners of the image will be blured. |
![]() | BlurRight | When set to true the right corners of the image will be blured. |
![]() | BlurTop | When set to true the top corners of the image will be blured. |
![]() | Size | The size of the horizontal and vertical blur matrices. |
![]() | Type | The type of blur convolution to use. |
| Name | Description | |
|---|---|---|
![]() | ApplyHorzConvolutionToAlphaChannel | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.Filter) |
![]() | ApplyVertConvolutionToAlphaChannel | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.Filter) |
![]() | Clone | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.Filter) |
![]() | SetParams | Updates all parameters of the blur filter. |
| Name | Description | |
|---|---|---|
![]() | ApplyCoeffToMatix | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.Filter) |
![]() | ContructBlurMatrix | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.Filter) |
![]() | CreateCoeffsForBlur | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.Filter) |
![]() | UpdateMatrices | Overridden. This member is reserved for internal use and is not intended to be used directly from your code. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2