←Select platform

ShadowCommandType Enumeration

Summary

Enumerated values that indicate the type of the shadow.

Syntax

C#
VB
WinRT C#
C++
public enum ShadowCommandType 
  
Public Enum ShadowCommandType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
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   

Members

ValueMemberDescription
0ColoredShadowShadows are colored.
1GrayShadowShadows are grayscale.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly