Leadtools.ImageProcessing.Color Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
ColorThresholdCommandComponent Constructor(Int32,Int32,ColorThresholdCommandFlags)
See Also 




minimumRange
Value that represents the minimum boundary used to threshold a specific color.
maximumRange
Value that represents the maximum boundary used to threshold a specific color.
flags
Flags that represent the value that should be distributed to the thresholded component.
Initializes a new ColorThresholdCommandComponent class with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal minimumRange As Integer, _
   ByVal maximumRange As Integer, _
   ByVal flags As ColorThresholdCommandFlags _
)
Visual Basic (Usage)Copy Code
Dim minimumRange As Integer
Dim maximumRange As Integer
Dim flags As ColorThresholdCommandFlags
 
Dim instance As ColorThresholdCommandComponent(minimumRange, maximumRange, flags)
C# 
public ColorThresholdCommandComponent( 
   int minimumRange,
   int maximumRange,
   ColorThresholdCommandFlags flags
)
Managed Extensions for C++ 
public: ColorThresholdCommandComponent( 
   int minimumRange,
   int maximumRange,
   ColorThresholdCommandFlags flags
)
C++/CLI 
public:
ColorThresholdCommandComponent( 
   int minimumRange,
   int maximumRange,
   ColorThresholdCommandFlags flags
)

Parameters

minimumRange
Value that represents the minimum boundary used to threshold a specific color.
maximumRange
Value that represents the maximum boundary used to threshold a specific color.
flags
Flags that represent the value that should be distributed to the thresholded component.

Example

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