Type Property

Summary

Gets or sets the type window-leveling algorithm used.

Syntax
C#
VB
C++
public Medical3DWindowLevelFillType Type { get; set; } 
  
Public Property Type As Medical3DWindowLevelFillType 
public: 
property Medical3DWindowLevelFillType Type { 
   Medical3DWindowLevelFillType get(); 
   void set (    Medical3DWindowLevelFillType ); 
} 

Property Value

A Medical3DWindowLevelFillType value that represents the window-leveling algorithm used. The default is Medical3DWindowLevelFillType.Linear.

Remarks

The Factor property controls how the algorithm specified in this property will behave. Note that it will work on all algorithms except Medical3DWindowLevelFillType.Linear.

Example

For an example, refer to Medical3DObject.WindowLevelProperties.

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.Medical3D Assembly