←Select platform

MaskConvolutionCommandType Enumeration

Summary

Enumeration that indicates which mask to use in the convolution process.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum MaskConvolutionCommandType   
Public Enum MaskConvolutionCommandType  
    
    
public enum MaskConvolutionCommandType    
typedef NS_ENUM(NSInteger, LTMaskConvolutionCommandType) 
public enum MaskConvolutionCommandType 
Leadtools.ImageProcessing.Effects.MaskConvolutionCommandType = function() { }; 
Leadtools.ImageProcessing.Effects.MaskConvolutionCommandType.prototype = {<br/> 
  Emboss = 0, 
    EdgeDetection = 1, 
    EmbossSplotch = 2, 
    Splotch = 3, 
     
 }; 
public enum class MaskConvolutionCommandType   

Members

ValueMemberDescription
0Emboss Apply the Emboss Mask on the image.
1EdgeDetection Apply the Edge Detection Mask on the image.
2EmbossSplotch Apply the Emboss-Splotch Mask on the image.
3Splotch Apply the Splotch Mask on the image.
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