LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
MaximumError Property
See Also 
Leadtools.ImageProcessing.Effects Namespace > ContourFilterCommand Class : MaximumError Property



Gets or sets the maximum error for the approximation algorithm.

Syntax

Visual Basic (Declaration) 
Public Property MaximumError As Integer
Visual Basic (Usage)Copy Code
Dim instance As ContourFilterCommand
Dim value As Integer
 
instance.MaximumError = value
 
value = instance.MaximumError
C# 
public int MaximumError {get; set;}
C++/CLI 
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

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also