Leadtools.ImageProcessing.SpecialEffects Namespace : NoiseLayoutType Enumeration |
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public enum NoiseLayoutType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum NoiseLayoutType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As NoiseLayoutType
public enum NoiseLayoutType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.NoiseLayoutType = function() { }; Leadtools.ImageProcessing.SpecialEffects.NoiseLayoutType.prototype = {
PF_Pure = 0x00000000, PF_Circle = 0x00000000, PF_Combine = 0x00000001, PF_Difference = 0x00000002, PF_Line = 0x00000010, PF_Random = 0x00000020, };
public enum class NoiseLayoutType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Group | Flags |
Flags that indicate how to apply the effect | PF_Pure, PF_Combine, PF_Difference |
Flags that indicate which layout pattern to use for the noise | PF_Circle, PF_Line, PF_Random |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.NoiseLayoutType