The MedicalViewerVirtualImage Class is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Represents a class that is used for multiple purposes. These include checking for the state of the image (whether it exists or not), and whether it has a region. This is useful when low memory usage is enabled.
| Visual Basic (Declaration) | |
|---|---|
Public Class MedicalViewerVirtualImage | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerVirtualImage | |
| C# | |
|---|---|
public class MedicalViewerVirtualImage | |
| C++/CLI | |
|---|---|
public ref class MedicalViewerVirtualImage | |
For an example, refer to MedicalViewerImageInformation
System.Object
Leadtools.MedicalViewer.MedicalViewerVirtualImage
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code