←Select platform

UserFilterCommandType Enumeration

Summary
Enumeration that indicates the type of operation.

Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum UserFilterCommandType   
typedef NS_ENUM(NSInteger, LTUserFilterCommandType) { 
 LTUserFilterCommandTypeSum = 0x0000,  
 LTUserFilterCommandTypeMaximum = 0x0001,  
 LTUserFilterCommandTypeMinimum = 0x0002 
}; 
public final class UserFilterCommandType 
    extends java.lang.Enum<UserFilterCommandType> 
public enum class UserFilterCommandType   
class UserFilterCommandType(Enum): 
   Sum = 0 
   Maximum = 1 
   Minimum = 2 
Members
ValueMemberDescription
0Sum Perform sum operation.
1Maximum Perform maximum operation.
2Minimum Perform minimum operation.
Requirements

Target Platforms

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

Leadtools.ImageProcessing.Effects Assembly

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