LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

MaximumRange Property

Show in webframe







Gets or sets a value that represents the maximum boundary used to threshold a specific color.
Syntax
public int MaximumRange {get; set;}
'Declaration
 
Public Property MaximumRange As Integer
'Usage
 
Dim instance As ColorThresholdCommandComponent
Dim value As Integer
 
instance.MaximumRange = value
 
value = instance.MaximumRange
public int MaximumRange {get; set;}
@property (nonatomic, assign) int maximumRange;
public int getMaximumRange()
public void setMaximumRange(int value)
            
 
get_MaximumRange();
set_MaximumRange(value);
Object.defineProperty('MaximumRange');
public:
property int MaximumRange {
   int get();
   void set (    int value);
}

Property Value

Value that represents the maximum boundary used to threshold a specific color.
Example
Refer to ColorThresholdCommand.
Requirements

Target Platforms

See Also

Reference

ColorThresholdCommandComponent Class
ColorThresholdCommandComponent Members

 

 


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