FusionScale Property

Summary

Gets or set the value that represents the amount of transparency in the fusion.

Syntax
C#
VB
C++
public float FusionScale { get; set; } 
  
Public Property FusionScale As Single 
            public: 
property float FusionScale { 
   float get(); 
   void set (    float ); 
} 

Property Value

Value that determine the amount of transparency in the fusion.

Remarks
  • Valid values range from 0.0 to 1.0. A value of 0.0 means the fused image is invisible. A value of 1.0 means that the image is opaque.

Example

For an example, refer to MedicalViewerFusion.

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