LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

MaskConvolutionCommandType Enumeration

Show in webframe







Enumeration that indicates which mask to use in the convolution process.
Syntax
public enum MaskConvolutionCommandType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum MaskConvolutionCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As MaskConvolutionCommandType
public enum MaskConvolutionCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTMaskConvolutionCommandType
public enum MaskConvolutionCommandType
Leadtools.ImageProcessing.Effects.MaskConvolutionCommandType = function() { };
Leadtools.ImageProcessing.Effects.MaskConvolutionCommandType.prototype = {
Emboss = 0x00000000, EdgeDetection = 0x00000001, Splotch = 0x00000002, EmbossSplotch = 0x00000002, };
public enum class MaskConvolutionCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000EmbossApply the Emboss Mask on the image.
0x00000001EdgeDetectionApply the Edge Detection Mask on the image.
0x00000002SplotchApply the Splotch Mask on the image.
0x00000002EmbossSplotchApply the Emboss-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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.