C#
VB
WinRT C#
C++
Enumeration that determines the light source type.
public enum LightCommandType Public Enum LightCommandTypeInherits System.EnumImplements 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
| Value | Member | Description |
|---|---|---|
| 0 | Spot | The light will appear as a spotlight, based on width, height, angle and edge values. |
| 1 | Directional | The light will be applied to the whole image. If this flag is used, the width, height, angle and edge values will be ignored. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
