←Select platform

UserFilterCommandType Enumeration

Summary

Enumeration that indicates the type of operation.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum UserFilterCommandType   
Public Enum UserFilterCommandType  
    
    
public enum UserFilterCommandType    
typedef NS_ENUM(NSInteger, LTUserFilterCommandType) 
public enum UserFilterCommandType 
Leadtools.ImageProcessing.Effects.UserFilterCommandType = function() { }; 
Leadtools.ImageProcessing.Effects.UserFilterCommandType.prototype = {<br/> 
  Sum = 0, 
    Maximum = 1, 
    Minimum = 2, 
     
 }; 
public enum class UserFilterCommandType   

Members

ValueMemberDescription
0Sum Perform sum operation.
1Maximum Perform maximum operation.
2Minimum Perform minimum operation.
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.Effects Assembly