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


In This Topic
    NGlowImageFilter Class
    In This Topic
    When present in a ImageFilters collection the NGlowImageFilter class instructs the component to lit the edges of the object with the specified glow color.
    Object Model
    NGlowImageFilter Class
    Syntax
    'Declaration
     
    
    <System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <NIconAttribute("GraphicsCore.Resources.Icons.ImageFilters.GlowFilter.ico")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.GraphicsCore.NBlurImageFilter)>
    <System.SerializableAttribute()>
    Public Class NGlowImageFilter 
       Inherits NConvolutionImageFilter
       Implements Nevron.INReferenceHolder 
    'Usage
     
    
    Dim instance As NGlowImageFilter
    [System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.AutoDual)]
    [NIcon("GraphicsCore.Resources.Icons.ImageFilters.GlowFilter.ico")]
    [System.Xml.Serialization.XmlInclude(Nevron.GraphicsCore.NBlurImageFilter)]
    [System.Serializable()]
    public class NGlowImageFilter : NConvolutionImageFilter, Nevron.INReferenceHolder  
    Inheritance Hierarchy

    System.Object
       Nevron.GraphicsCore.NImageFilter
          Nevron.GraphicsCore.NConvolutionImageFilter
             Nevron.GraphicsCore.NGlowImageFilter

    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