←Select platform

Threshold Property

Summary

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

Syntax
C#
VB
C++
public int Threshold { get; set; } 
Public Property Threshold As Integer 
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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly