←Select platform

LightCommandType Enumeration

Summary

Enumeration that determines the light source type.

Syntax

C#
VB
WinRT C#
C++
public enum LightCommandType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum LightCommandType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable 
public enum LightCommandType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.LightCommandType = function() { }; 
Leadtools.ImageProcessing.SpecialEffects.LightCommandType.prototype = { 
 
  Spot = 0x00000000, 
    Directional = 0x00000001, 
     
 }; 
public enum class LightCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable

Members

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

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.SpecialEffects Assembly
Click or drag to resize