←Select platform

LowThreshold Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int LowThreshold { get; set; } 
Public Property LowThreshold As Integer 
public int LowThreshold {get; set;} 
@property (nonatomic, assign) NSUInteger lowThreshold 
public int getLowThreshold() 
public void setLowThreshold(int value) 
             
 <br/>get_LowThreshold();<br/>set_LowThreshold(value);<br/>Object.defineProperty('LowThreshold');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly