LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

WhiteNoiseRange Property

Show in webframe







Gets or sets the value that indicates the percent of the image to be covered with added pixels, expressed in tenths of a percent.
Syntax
public int WhiteNoiseRange {get; set;}
'Declaration
 
Public Property WhiteNoiseRange As Integer
'Usage
 
Dim instance As DiffuseGlowCommand
Dim value As Integer
 
instance.WhiteNoiseRange = value
 
value = instance.WhiteNoiseRange
public int WhiteNoiseRange {get; set;}

            

            
 
get_WhiteNoiseRange();
set_WhiteNoiseRange(value);
Object.defineProperty('WhiteNoiseRange');
public:
property int WhiteNoiseRange {
   int get();
   void set (    int value);
}

Property Value

Value that indicates the percent of the image to be covered with added pixels, expressed in tenths of a percent. The pixels will be added randomly. Possible values range from 0 - 1000.
Example
Refer to DiffuseGlowCommand example.
Requirements

Target Platforms

See Also

Reference

DiffuseGlowCommand Class
DiffuseGlowCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.