Factor Property

Summary
Gets or sets the factor used to adjust window-leveling.
Syntax
C#
VB
C++
public int Factor { get; set; } 
  
Public Property Factor As Integer 
public: 
property int Factor { 
   int get(); 
   void set (    int ); 
} 

Property Value

The factor used to adjust window-leveling. Possible values range from -1000 to 1000.

Remarks

The value of this property is only useful if you set the window-level algorithm to something other than Medical3DWindowLevelFillType.Linear. For more information, refer to the Type.

Example

For an example, refer to Medical3DObject.WindowLevelProperties

Requirements

Target Platforms

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

Leadtools.Medical3D Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.