←Select platform

MinimumRange Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public int MinimumRange { get; set; } 
Public Property MinimumRange As Integer 
@property (nonatomic, assign) NSInteger minimumRange 
public int getMinimumRange() 
public void setMinimumRange(int value) 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly