LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
LightCommandType Enumeration
See Also  
Leadtools.ImageProcessing.SpecialEffects Namespace : LightCommandType Enumeration



Enumeration that determines the light source type.

Syntax

Visual Basic (Declaration) 
Public Enum LightCommandType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As LightCommandType
C# 
public enum LightCommandType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class LightCommandType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
DirectionalThe light will be applied to the whole image. If this flag is used, the width, height, angle and edge values will be ignored.
SpotThe light will appear as a spotlight, based on width, height, angle and edge values.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.SpecialEffects.LightCommandType

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also