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

MaximumRange Property






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

Property Value

Value that represents the maximum 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.