SetThreshold Method

Summary

Initializes the view with initial values.

Syntax
C#
VB
C++
public void SetThreshold( 
   int minimumThreshold, 
   int maximumThreshold, 
   int thresholdValue 
) 
  
Public Sub SetThreshold( _ 
   ByVal minimumThreshold As Integer, _ 
   ByVal maximumThreshold As Integer, _ 
   ByVal thresholdValue As Integer _ 
)  
public: 
void SetThreshold(  
   int minimumThreshold, 
   int maximumThreshold, 
   int thresholdValue 
)  

Parameters

minimumThreshold
The minimum allowed Threshold.

maximumThreshold
The maximum allowed Threshold.

thresholdValue
The selected Threshold for the volume.

Requirements

Target Platforms

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

Leadtools.Medical.Workstation Assembly