←Select platform

AddCommandType Enumeration

Summary

Enumeration flags that identify the operation to perform.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum AddCommandType   
Public Enum AddCommandType  
    
    
public enum AddCommandType    
typedef NS_ENUM(NSInteger, LTAddCommandType) 
public enum AddCommandType 
Leadtools.ImageProcessing.Color.AddCommandType = function() { }; 
Leadtools.ImageProcessing.Color.AddCommandType.prototype = {<br/> 
  Average = 1, 
    Add = 2, 
     
 }; 
public enum class AddCommandType   

Members

ValueMemberDescription
1Average Average the images in the list.
2Add Add the images in the list.
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.Color Assembly