LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

WhiteNoiseRange Property






Gets or sets the value that indicates the percent of the image to be covered with added pixels, expressed in tenths of a percent. .NET support WinRT support
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);
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: 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

See Also

Reference

DiffuseGlowCommand Class
DiffuseGlowCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.