Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

MaskConvolutionCommandType Enumeration








Enumeration that indicates which mask to use in the convolution process.
Syntax
public enum MaskConvolutionCommandType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
Public Enum MaskConvolutionCommandType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As MaskConvolutionCommandType
public enum MaskConvolutionCommandType : System.IComparable, System.IConvertible, System.IFormattable  
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 : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Effects.MaskConvolutionCommandType

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

Error processing SSI file