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 = {
LeadtoolsMemberMarker(replace me) };
public enum class NoiseLayoutType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
PF_Circle | Lay out the noise in concentric circles. Set the center for the circle using xCircle and yCircle. |
PF_Combine | Combine the noise and the image pixels using the Opacity value. |
PF_Difference | Apply the difference between the noise and the image pixels. |
PF_Line | Lay out the noise in lines at a 45 degree angle. |
PF_Pure | Produce noise as a new image. |
PF_Random | Lay out the noise randomly. |
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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2