Xceed Chart for WinForms v4.4 Documentation
AlphaChannelOnly Property


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace > BlurFilter Class : AlphaChannelOnly Property
Whether or not to blur the alpha channel or all color channels of the image (ARGB).
Syntax
'Declaration
 
<DescriptionAttribute("Whether or not to blur the alpha channel or all color channels of the image (ARGB).")>

<CategoryAttribute("Appearance")>

Public Property AlphaChannelOnly As Boolean
'Usage
 
Dim instance As BlurFilter

Dim value As Boolean

 

instance.AlphaChannelOnly = value

 

value = instance.AlphaChannelOnly
[Description("Whether or not to blur the alpha channel or all color channels of the image (ARGB).")]

[Category("Appearance")]

public bool AlphaChannelOnly {get; set;}
Remarks
Blurring the alpha channel only is faster than blurring the RGBA channels, but will produce good results only for black images or for blur filters with small convolution kernel.
Requirements

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

See Also

Reference

BlurFilter Class
BlurFilter Members