Leadtools.ImageProcessing.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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.

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);
}

Return Value

Percentage of coverage, expressed in tenths of a percent. Valid values are 0 to 1000.

Example

Refer to AddNoiseCommand.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also