LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Volume3DLoadedEventArgs Constructor
See Also 
Leadtools.Medical.Workstation.UI Namespace > Volume3DLoadedEventArgs Class : Volume3DLoadedEventArgs Constructor




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.
Initializes a new instance of the Volume3DLoadedEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal seriesCell As MedicalViewerMultiCell, _
   ByVal viewer3D As Medical3DControl, _
   ByVal volume3DHost As VolumeViewer _
)
Visual Basic (Usage)Copy Code
Dim seriesCell As MedicalViewerMultiCell
Dim viewer3D As Medical3DControl
Dim volume3DHost As VolumeViewer
 
Dim instance As New Volume3DLoadedEventArgs(seriesCell, viewer3D, volume3DHost)
C# 
public Volume3DLoadedEventArgs( 
   MedicalViewerMultiCell seriesCell,
   Medical3DControl viewer3D,
   VolumeViewer volume3DHost
)
Managed Extensions for C++ 
public: Volume3DLoadedEventArgs( 
   MedicalViewerMultiCell* seriesCell,
   Medical3DControl* viewer3D,
   VolumeViewer* volume3DHost
)
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also