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

MaximumError Property






Gets or sets the maximum error for the approximation algorithm. .NET support
Syntax
public int MaximumError {get; set;}
'Declaration
 
Public Property MaximumError As Integer
'Usage
 
Dim instance As ContourFilterCommand
Dim value As Integer
 
instance.MaximumError = value
 
value = instance.MaximumError
public int MaximumError {get; set;}
 get_MaximumError();
set_MaximumError(value);
public:
property int MaximumError {
   int get();
   void set (    int value);
}

Property Value

Maximum error for the approximation algorithm. Values can be from 0 to 255. Default is 5. This property is only valid if the Type property is set to ApproxColor.
Example
Refer to ContourFilterCommand.
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

ContourFilterCommand Class
ContourFilterCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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