Medical3DControl Class

Summary
The Medical3DControl class represents the control that is used to hold the container and render the 3D object automatically.
Syntax
C#
VB
C++
public class Medical3DControl : MedicalViewerBaseCell 
  
Public Class Medical3DControl  
   Inherits MedicalViewerBaseCell 
   Implements IAnnAutomationControl, System.ComponentModel.IComponent, System.ComponentModel.INotifyPropertyChanged, System.ComponentModel.ISynchronizeInvoke, System.IDisposable, System.Windows.Forms.IBindableComponent, System.Windows.Forms.IDropTarget, System.Windows.Forms.IWin32Window  
public ref class Medical3DControl : public MedicalViewerBaseCell, IAnnAutomationControl, System.ComponentModel.IComponent, System.ComponentModel.INotifyPropertyChanged, System.ComponentModel.ISynchronizeInvoke, System.IDisposable, System.Windows.Forms.IBindableComponent, System.Windows.Forms.IDropTarget, System.Windows.Forms.IWin32Window   
Remarks
  • 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.
Example

For an example refer to Medical3DContainer.Objects

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.