←Select platform

HighThreshold Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int HighThreshold {get; set;}
Public Property HighThreshold As Integer
public int HighThreshold {get; set;}
@property (nonatomic, assign) NSUInteger highThreshold
public int getHighThreshold() 
public void setHighThreshold(int value) 
get_HighThreshold(); 
set_HighThreshold(value); 
Object.defineProperty('HighThreshold'); 
public: 
property int HighThreshold { 
   int get(); 
   void set (    int ); 
} 

Property Value

Highest 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