Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

NoiseLayoutType Enumeration








Flags that indicate how to apply the effect, and which layout pattern to use for the noise.

This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

Syntax
'Declaration
 
Public Enum NoiseLayoutType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As NoiseLayoutType
public enum NoiseLayoutType : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.ImageProcessing.SpecialEffects.NoiseLayoutType = function() { };
Leadtools.ImageProcessing.SpecialEffects.NoiseLayoutType.prototype = {
PF_Circle = 0x00000000, PF_Pure = 0x00000000, PF_Combine = 0x00000001, PF_Difference = 0x00000002, PF_Line = 0x00000010, PF_Random = 0x00000020, };
public enum class NoiseLayoutType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000PF_CircleLay out the noise in concentric circles. Set the center for the circle using xCircle and yCircle.
0x00000000PF_PureProduce noise as a new image.
0x00000001PF_CombineCombine the noise and the image pixels using the Opacity value.
0x00000002PF_DifferenceApply the difference between the noise and the image pixels.
0x00000010PF_LineLay out the noise in lines at a 45 degree angle.
0x00000020PF_RandomLay out the noise randomly.
Remarks
You can use a bitwise OR (|) to specify one flag from each group.
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
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.SpecialEffects.NoiseLayoutType

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.SpecialEffects Namespace

Error processing SSI file