←Select platform

LowThreshold Property

Summary

Gets or sets a value that represents the lowest intensity to detect.

Syntax
C#
VB
Objective-C
C++
Java
public int LowThreshold { get; set; } 
Public Property LowThreshold As Integer 
@property (nonatomic, assign) NSUInteger lowThreshold 
public int getLowThreshold() 
public void setLowThreshold(int value) 
public: 
property int LowThreshold { 
   int get(); 
   void set (    int ); 
} 

Property Value

Lowest intensity to detect. Possible values are from 0 to 255.

Example

Refer to IntensityDetectCommand.

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