Nevron .NET Vision
Nevron.GraphicsCore Namespace / NConvolutionImageFilter Class
Members


In This Topic
    NConvolutionImageFilter Class
    In This Topic
    The base of all filters that contain convolution matrices.
    Object Model
    NConvolutionImageFilter Class
    Syntax
    'Declaration
     
    
    <System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.GraphicsCore.NBlurImageFilter)>
    <System.SerializableAttribute()>
    Public MustInherit Class NConvolutionImageFilter 
       Inherits NImageFilter
       Implements Nevron.INReferenceHolder 
    'Usage
     
    
    Dim instance As NConvolutionImageFilter
    [System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.AutoDual)]
    [System.Xml.Serialization.XmlInclude(Nevron.GraphicsCore.NBlurImageFilter)]
    [System.Serializable()]
    public abstract class NConvolutionImageFilter : NImageFilter, Nevron.INReferenceHolder  
    Inheritance Hierarchy

    System.Object
       Nevron.GraphicsCore.NImageFilter
          Nevron.GraphicsCore.NConvolutionImageFilter
             Nevron.GraphicsCore.NBevelAndEmbossImageFilter
             Nevron.GraphicsCore.NBlurImageFilter
             Nevron.GraphicsCore.NGlowImageFilter
             Nevron.GraphicsCore.NLightingImageFilter

    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