LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

MaximumError Property

Show in webframe







Gets or sets the maximum error for the approximation algorithm.
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);
Object.defineProperty('MaximumError');
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

See Also

Reference

ContourFilterCommand Class
ContourFilterCommand Members

 

 


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