Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore Namespace / BevelAndEmbossFilter Class
Members


In This Topic
    BevelAndEmbossFilter Class
    In This Topic
    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

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Properties
     NameDescription
    Public PropertyThe angle of offset.  
    Public PropertyThe type of bevel effect to generate.  
    Public PropertyThe type of the blur to use.  
    Public PropertyThe depth of the bevel effect, affects the distance between the highlight and shadow shapes offset across the direction specified in 'Angle'.  
    Public PropertyThe light color of the contour.  
    Public PropertyFades out the original image leaving only the bevel effect.  
    Public PropertyThe shadow color of the contour.  
    Public PropertyBlur amount of the bevel shapes.  
    Top
    Public Methods
     NameDescription
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.Filter)
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.Filter)
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.Filter)
    Top
    Protected Methods
     NameDescription
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.Filter)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.Filter)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.Filter)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodOverridden. This member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    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