Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore Namespace / BlurFilter Class
Members


In This Topic
    BlurFilter Class
    In This Topic
    When present in a ImageFilters collection the BlurFilter class instructs the component to apply horizontal and vertical convolution matrices to the image.
    Object Model
    BlurFilter Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <SerializableAttribute()>
    Public Class BlurFilter 
       Inherits Filter
    'Usage
     
    Dim instance As BlurFilter
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Serializable()]
    public class BlurFilter : Filter 
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.GraphicsCore.Filter
          Xceed.Chart.GraphicsCore.BlurFilter

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Properties
     NameDescription
    Public PropertyWhether or not to blur the alpha channel or all color channels of the image (ARGB).  
    Public PropertyWhen set to true the top corners of the image will be blured.  
    Public PropertyWhen set to true the left corners of the image will be blured.  
    Public PropertyWhen set to true the right corners of the image will be blured.  
    Public PropertyWhen set to true the top corners of the image will be blured.  
    Public PropertyThe size of the horizontal and vertical blur matrices.  
    Public PropertyThe type of blur convolution to use.  
    Top
    Public Methods
     NameDescription
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.Filter)
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.Filter)
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.Filter)
    Public MethodUpdates all parameters of the blur filter.  
    Top
    Protected Methods
     NameDescription
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.Filter)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.Filter)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.Filter)
    Protected MethodOverridden. This member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    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