LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Range Property
See Also 
Leadtools.ImageProcessing.Effects Namespace > AddNoiseCommand Class : Range Property



Gets or sets a value that represents the percentage of coverage, expressed in tenths of a percent. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Property Range As Integer
Visual Basic (Usage)Copy Code
Dim instance As AddNoiseCommand
Dim value As Integer
 
instance.Range = value
 
value = instance.Range
C# 
public int Range {get; set;}
C++/CLI 
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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also