←Select platform

MaximumError Property

Summary

Gets or sets the maximum error for the approximation algorithm.

Syntax
C#
VB
C++
public int MaximumError { get; set; } 
Public Property MaximumError As Integer 
public: 
property int MaximumError { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly