Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
MaskConvolutionCommandBitmapEffectsType Enumeration
See Also  
Leadtools.Windows.Media.Effects.Effects Namespace : MaskConvolutionCommandBitmapEffectsType Enumeration




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

Syntax

Visual Basic (Declaration) 
Public Enum MaskConvolutionCommandBitmapEffectsType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As MaskConvolutionCommandBitmapEffectsType
C# 
public enum MaskConvolutionCommandBitmapEffectsType : Enum 
Managed Extensions for C++ 
__value public enum MaskConvolutionCommandBitmapEffectsType : public Enum 
C++/CLI 
public enum class MaskConvolutionCommandBitmapEffectsType : public Enum 

Members

MemberDescription
Emboss Apply the Emboss Mask to the image.
EdgeDetection Apply the Edge Detection Mask to the image.
EmbossSplotch Apply the Emboss-Splotch Mask to the image.
Splotch Apply the Splotch Mask to the image.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Media.Effects.Effects.MaskConvolutionCommandBitmapEffectsType

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also