Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
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 
XAML Attributes Usage 

<object property=EnumerationValue .../>

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 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also