←Select platform

AddCommandType Enumeration

Summary
Enumeration flags that identify the operation to perform.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum AddCommandType   
typedef NS_ENUM(NSInteger, LTAddCommandType) { 
 LTAddCommandTypeAverage = 0x0001,  
 LTAddCommandTypeAdd = 0x0002 
}; 
public final class AddCommandType 
    extends java.lang.Enum<AddCommandType> 
public enum class AddCommandType   
class AddCommandType(Enum): 
   Average = 1 
   Add = 2 
Members
ValueMemberDescription
1Average Average the images in the list.
2Add Add the images in the list.
Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.