Leadtools.ImageProcessing.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ContourFilterCommandType Enumeration
See Also  
Leadtools.ImageProcessing.Effects Namespace : ContourFilterCommandType Enumeration



This enumeration controls the resulting image by telling the method what process to complete before returning.

Syntax

Visual Basic (Declaration) 
Public Enum ContourFilterCommandType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ContourFilterCommandType
C# 
public enum ContourFilterCommandType : Enum 
C++/CLI 
public enum class ContourFilterCommandType : public Enum 

Members

MemberDescription
Thin return after the thinning algorithm.
LinkBlackWhite return after contour linking, using only black and white.
LinkGray return after contour linking, using 256 grayscale.
LinkColor return after contour linking, using colors.
ApproxColor return after line segment approximation, using colors.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Effects.ContourFilterCommandType

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also