Xceed Chart for WinForms v4.4 Documentation
LightingFilter Class
Members 


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace : LightingFilter Class
When present in a ImageFilters collection the LightingFilter class instructs the component to apply a lighting effect on the image. This effect is achieved by creating a bump based on the original image alpha values and then lighting calculations are performed for each pixel in the image.
Object Model
LightingFilter Class
Syntax
'Declaration
 
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
<SerializableAttribute()>
Public Class LightingFilter 
   Inherits Filter
'Usage
 
Dim instance As LightingFilter
[ClassInterface(ClassInterfaceType.AutoDual)]
[Serializable()]
public class LightingFilter : Filter 
Inheritance Hierarchy

System.Object
   Xceed.Chart.GraphicsCore.Filter
      Xceed.Chart.GraphicsCore.LightingFilter

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

LightingFilter Members
Xceed.Chart.GraphicsCore Namespace