Alpha Property

Summary
Gets or sets the value that indicates the alpha factor.
Syntax
C#
C++/CLI
public int Alpha { get; set; } 
            public: 
property int Alpha { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that indicates the alpha factor in the function operation specified in the FillType property of the MedicalViewerWindowLevel. This property is used only if FillType is Exponential, Logarithmic or Sigmoid. If none of those flags are selected, the value of the Factor can be any integer (+/-). If the Logarithmic flag is selected, the Factor value should be >= 0. If the Factor = 0, the lookup table will be filled linearly.

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly

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