←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) 
get_LowThreshold(); 
set_LowThreshold(value); 
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

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