←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) 
get_MinimumRange(); 
set_MinimumRange(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Color Assembly
Click or drag to resize