←Select platform

MinimumRange Property

Summary

Gets or sets a value that represents the minimum boundary used to threshold a specific color.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int MinimumRange { get; set; } 
Public Property MinimumRange As Integer 
public int MinimumRange {get; set;} 
@property (nonatomic, assign) NSInteger minimumRange 
public int getMinimumRange() 
public void setMinimumRange(int value) 
             
 <br/>get_MinimumRange();<br/>set_MinimumRange(value);<br/>Object.defineProperty('MinimumRange');  
public: 
property int MinimumRange { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that represents the minimum boundary used to threshold a specific color.

Example

Refer to ColorThresholdCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly