Xceed Chart for WinForms v4.4 Documentation
BevelAndEmbossFilter Class
Members 


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace : BevelAndEmbossFilter Class
When present in a ImageFilters collection the BevelAndEmbossFilter 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
BevelAndEmbossFilter Class
Syntax
'Declaration
 
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
<SerializableAttribute()>
Public Class BevelAndEmbossFilter 
   Inherits Filter
'Usage
 
Dim instance As BevelAndEmbossFilter
[ClassInterface(ClassInterfaceType.AutoDual)]
[Serializable()]
public class BevelAndEmbossFilter : Filter 
Inheritance Hierarchy

System.Object
   Xceed.Chart.GraphicsCore.Filter
      Xceed.Chart.GraphicsCore.BevelAndEmbossFilter

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

Reference

BevelAndEmbossFilter Members
Xceed.Chart.GraphicsCore Namespace