Leadtools.ImageProcessing.SpecialEffects Namespace : ShadowCommandType Enumeration |
public enum ShadowCommandType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum ShadowCommandType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ShadowCommandType
public enum ShadowCommandType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.ShadowCommandType = function() { }; Leadtools.ImageProcessing.SpecialEffects.ShadowCommandType.prototype = {
ColoredShadow = 0x00000000, GrayShadow = 0x00000001, };
public enum class ShadowCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | ColoredShadow | Shadows are colored. |
0x00000001 | GrayShadow | Shadows are grayscale. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.ShadowCommandType