C#
VB
Java
Objective-C
WinRT C#
C++
Enumeration flags that identify the operation to perform.
public enum AddWeightedCommandType
Public Enum AddWeightedCommandType
public enum AddWeightedCommandType
typedef NS_ENUM(NSInteger, LTAddWeightedCommandType)
public enum AddWeightedCommandType
Leadtools.ImageProcessing.Color.AddWeightedCommandType = function() { };
Leadtools.ImageProcessing.Color.AddWeightedCommandType.prototype = {<br/>
Average = 1,
Add = 2,
AverageWeighted = 3,
AddWeighted = 4,
};
public enum class AddWeightedCommandType
Members
Value | Member | Description |
---|---|---|
1 | Average | Average the images in the list. |
2 | Add | Add the images in the list. |
3 | AverageWeighted | Average the images in the list, according to the array of weight factors in either the Factor property or the factor parameter in the constructor. |
4 | AddWeighted | Add the images in the list, according to the array of weight factors in either the Factor property or the factor parameter in the constructor. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET