| Visual Basic (Declaration) | |
|---|---|
Public Enum MaskConvolutionCommandType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MaskConvolutionCommandType | |
| C# | |
|---|---|
public enum MaskConvolutionCommandType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class MaskConvolutionCommandType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| EdgeDetection | Apply the Edge Detection Mask on the image. |
| Emboss | Apply the Emboss Mask on the image. |
| EmbossSplotch | Apply the Emboss-Splotch Mask on the image. |
| Splotch | Apply the Splotch Mask on the image. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.MaskConvolutionCommandType
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code