The Alpha Property is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Gets or sets the value that indicates the alpha factor.Visual Basic (Declaration) | |
---|---|
Public Property Alpha As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalViewerAlpha Dim value As Integer instance.Alpha = value value = instance.Alpha |
C# | |
---|---|
public int Alpha {get; set;} |
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.For an example, refer to Leadtools.MedicalViewer.MedicalViewerAlpha()
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7