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

Show in webframe

Tolerance Property








Gets or sets the color tolerance value.
Syntax
public int Tolerance {get; set;}
'Declaration
 
Public Property Tolerance As Integer
'Usage
 
Dim instance As FastMagicWandCommand
Dim value As Integer
 
instance.Tolerance = value
 
value = instance.Tolerance
public int Tolerance {get; set;}
 <br/>get_Tolerance();<br/>set_Tolerance(value);<br/>Object.defineProperty('Tolerance'); 
public:
property int Tolerance {
   int get();
   void set (    int value);
}

Property Value

Color Tolerance value
Example
Refer to FastMagicWandCommand
Requirements

Target Platforms

See Also

Reference

FastMagicWandCommand Class
FastMagicWandCommand Members

Error processing SSI file