←Select platform

Threshold Property (SelectDataCommand)

Summary

Gets or sets a value that indicates the threshold for showing the image variances.

Syntax

C#
VB
WinRT C#
C++
public int Threshold {get; set;}
Public Property Threshold As Integer
public int Threshold {get; set;}
get_Threshold(); 
set_Threshold(value); 
Object.defineProperty('Threshold'); 
public: 
property int Threshold { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that indicates the threshold for showing the image variances. If the mask value is greater or equal to the threshold value then the pixel will be colored using Color. See Combine for more details. This property accepts only positive values.

Example

Refer to SelectDataCommand.

Requirements

Target Platforms

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