LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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. Supported in Silverlight, Windows Phone 7

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 New ColorThresholdCommandComponent(minimumRange, maximumRange, flags)
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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also