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



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

Syntax

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

Members

MemberDescription
AddAdd the images in the list.
AddWeightedAdd the images in the list, according to the array of weight factors in either the Factor property or the factor parameter in the constructor.
AverageAverage the images in the list.
AverageWeightedAverage the images in the list, according to the array of weight factors in either the Factor property or the factor parameter in the constructor.

Inheritance Hierarchy

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

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