LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Range Property

Show in webframe







Gets or sets a value that represents the percentage of coverage, expressed in tenths of a percent.
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;}
@property (nonatomic, assign) unsigned int range;
public int getRange()
public void setRange(int value)
            
 
get_Range();
set_Range(value);
Object.defineProperty('Range');
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

See Also

Reference

AddNoiseCommand Class
AddNoiseCommand Members

 

 


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