←Select platform

MultiscaleEnhancementCommandType Enumeration

Summary

Values that determine the type of filter used.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum MultiscaleEnhancementCommandType
Public Enum MultiscaleEnhancementCommandType
public enum MultiscaleEnhancementCommandType
typedef NS_ENUM(NSInteger, LTMultiscaleEnhancementCommandType)
public enum MultiscaleEnhancementCommandType
Leadtools.ImageProcessing.Core.MultiscaleEnhancementCommandType = function() { }; 
Leadtools.ImageProcessing.Core.MultiscaleEnhancementCommandType.prototype = { 
 
  Gaussian = 0, 
    Resample = 1, 
    Bicubic = 2, 
    Normal = 3, 
     
 }; 
public enum class MultiscaleEnhancementCommandType

Members

ValueMemberDescription
0Gaussian Use the Gaussian filter.
1Resample Use the resample filter.
2Bicubic Use the bicubic filter.
3Normal Use the normal filter.
Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize