Nevron .NET Vision
Nevron.GraphicsCore Namespace / NBlurImageFilter Class
Properties Methods


In This Topic
    NBlurImageFilter Class Members
    In This Topic

    The following tables list the members exposed by NBlurImageFilter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    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 bottom 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 type of blur convolution to use. (Inherited from Nevron.GraphicsCore.NConvolutionImageFilter)
    Public PropertyThe size of the horizontal and vertical blur matrices.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an exact copy of this object (Inherited from Nevron.GraphicsCore.NImageFilter)
    Public Method (Inherited from Nevron.GraphicsCore.NImageFilter)
    Public MethodCreates any non serialized objects, which the holder posseses (Inherited from Nevron.GraphicsCore.NImageFilter)
    Public MethodObtains the reference provider to which the object is currently attached (Inherited from Nevron.GraphicsCore.NImageFilter)
    Public MethodUpdates all parameters of the blur filter.  
    Public Method (Inherited from Nevron.GraphicsCore.NImageFilter)
    Public MethodUpdates the references stored by the object (Inherited from Nevron.GraphicsCore.NImageFilter)
    Top
    See Also