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


In This Topic
    NBevelAndEmbossImageFilter Class
    In This Topic
    When present in a ImageFilters collection the NBevelAndEmbossImageFilter class instructs the component to apply a bevel and emboss effect on the image. This effect is different than the bevel and emboss filter applied in Photoshop, because it works by combining three samples of the image - original, highlight and dark. The different types of the bevel and emboss define how these images are combined.
    Object Model
    NBevelAndEmbossImageFilter Class
    Syntax
    'Declaration
     
    
    <System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <NIconAttribute("GraphicsCore.Resources.Icons.ImageFilters.BevelAndEmbossFilter.ico")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.GraphicsCore.NBlurImageFilter)>
    <System.SerializableAttribute()>
    Public Class NBevelAndEmbossImageFilter 
       Inherits NConvolutionImageFilter
       Implements Nevron.INReferenceHolder 
    'Usage
     
    
    Dim instance As NBevelAndEmbossImageFilter
    [System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.AutoDual)]
    [NIcon("GraphicsCore.Resources.Icons.ImageFilters.BevelAndEmbossFilter.ico")]
    [System.Xml.Serialization.XmlInclude(Nevron.GraphicsCore.NBlurImageFilter)]
    [System.Serializable()]
    public class NBevelAndEmbossImageFilter : NConvolutionImageFilter, Nevron.INReferenceHolder  
    Inheritance Hierarchy

    System.Object
       Nevron.GraphicsCore.NImageFilter
          Nevron.GraphicsCore.NConvolutionImageFilter
             Nevron.GraphicsCore.NBevelAndEmbossImageFilter

    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