LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

Tolerance Property






Gets or sets the color tolerance value. .NET support
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);
public:
property int Tolerance {
   int get();
   void set (    int value);
}

Property Value

Color Tolerance value
Example
Refer to FastMagicWandCommand
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FastMagicWandCommand Class
FastMagicWandCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.