LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

LightCommandType Enumeration

Show in webframe







Enumeration that determines the light source type.

Syntax
'Declaration
 
Public Enum LightCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As LightCommandType
public enum LightCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.ImageProcessing.SpecialEffects.LightCommandType = function() { };
Leadtools.ImageProcessing.SpecialEffects.LightCommandType.prototype = {
Spot = 0x00000000, Directional = 0x00000001, };
public enum class LightCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000SpotThe light will appear as a spotlight, based on width, height, angle and edge values.
0x00000001DirectionalThe light will be applied to the whole image. If this flag is used, the width, height, angle and edge values will be ignored.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.SpecialEffects Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.