Volume3DLoadedEventArgs Constructor

Summary

Initializes a new instance of the Volume3DLoadedEventArgs class.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal seriesCell As MedicalViewerMultiCell, _ 
   ByVal viewer3D As Medical3DControl, _ 
   ByVal volume3DHost As VolumeViewer _ 
) 
public: 
Volume3DLoadedEventArgs(  
   MedicalViewerMultiCell^ seriesCell, 
   Medical3DControl^ viewer3D, 
   VolumeViewer^ volume3DHost 
) 

Parameters

seriesCell
Gets the Leadtools.MedicalViewer.MedicalViewerMultiCell which the volume was loaded from.

viewer3D
The 3D Leadtools.Medical3D.Medical3DControl used to display the volume.

volume3DHost
The VolumeViewer used to display the 3D volume control.

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.Medical.Workstation Assembly