LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
AddCommandType Enumeration
See Also  



Enumeration flags that identify the operation to perform. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Enum AddCommandType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As AddCommandType
C# 
public enum AddCommandType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class AddCommandType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AddAdd the images in the list.
AverageAverage the images in the list.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Color.AddCommandType

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also