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

Range Property






Gets or sets a value that represents the percentage of coverage, expressed in tenths of a percent. .NET support WinRT support Silverlight support
Syntax
public int Range {get; set;}
'Declaration
 
Public Property Range As Integer
'Usage
 
Dim instance As AddNoiseCommand
Dim value As Integer
 
instance.Range = value
 
value = instance.Range
public int Range {get; set;}
 get_Range();
set_Range(value);
public:
property int Range {
   int get();
   void set (    int value);
}

Property Value

Percentage of coverage, expressed in tenths of a percent. Valid values are 0 to 1000.
Example
Refer to AddNoiseCommand.
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

AddNoiseCommand Class
AddNoiseCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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