LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Tolerance Property

Show in webframe







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

            

            
 
get_Tolerance();
set_Tolerance(value);
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

 

 


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