LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

MinimumRange Property






Gets or sets a value that represents the minimum boundary used to threshold a specific color. .NET support WinRT support Silverlight support
Syntax
public int MinimumRange {get; set;}
'Declaration
 
Public Property MinimumRange As Integer
'Usage
 
Dim instance As ColorThresholdCommandComponent
Dim value As Integer
 
instance.MinimumRange = value
 
value = instance.MinimumRange
public int MinimumRange {get; set;}
 get_MinimumRange();
set_MinimumRange(value);
public:
property int MinimumRange {
   int get();
   void set (    int value);
}

Property Value

Value that represents the minimum boundary used to threshold a specific color.
Example
Refer to ColorThresholdCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColorThresholdCommandComponent Class
ColorThresholdCommandComponent Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.