Visual Basic (Declaration) | |
---|---|
Public Class Medical3DControl Inherits Leadtools.MedicalViewer.MedicalViewerBaseCell Implements IComponent, ISynchronizeInvoke, IDisposable, IBindableComponent, IDropTarget, IWin32Window |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Medical3DControl |
C# | |
---|---|
public class Medical3DControl : Leadtools.MedicalViewer.MedicalViewerBaseCell, IComponent, ISynchronizeInvoke, IDisposable, IBindableComponent, IDropTarget, IWin32Window |
C++/CLI | |
---|---|
public ref class Medical3DControl : public Leadtools.MedicalViewer.MedicalViewerBaseCell, IComponent, ISynchronizeInvoke, IDisposable, IBindableComponent, IDropTarget, IWin32Window |
For an example refer to Medical3DContainer.Objects
- This is a high-level class for 3D object rendering. This is the recommended class to use because it will do most of the work for you.
- This control Medical3DControl inherits from the MedicalViewerBaseCell. As a result it is easy to integrate the Medical3DControl with the MedicalViewer control. Since the MedicalViewer contains a collection property called Cells which is a collection of MedicalViewerBaseCell.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
Leadtools.MedicalViewer.MedicalViewerBaseCell
Leadtools.Medical3D.Medical3DControl
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7