Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

MinimumRange Property








Gets or sets a value that represents the minimum boundary used to threshold a specific color.
Syntax
public int MinimumRange {get; set;}
'Declaration
 
Public Property MinimumRange As Integer
'Usage
 
Dim instance As ColorThresholdCommandComponent
Dim value As Integer
 
instance.MinimumRange = value
 
value = instance.MinimumRange
public int MinimumRange {get; set;}
@property (nonatomic, assign) NSInteger minimumRange
public int getMinimumRange()
public void setMinimumRange(int value)
            
 <br/>get_MinimumRange();<br/>set_MinimumRange(value);<br/>Object.defineProperty('MinimumRange'); 
public:
property int MinimumRange {
   int get();
   void set (    int value);
}

Property Value

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

Target Platforms

See Also

Reference

ColorThresholdCommandComponent Class
ColorThresholdCommandComponent Members

Error processing SSI file