
| Visual Basic (Declaration) | |
|---|---|
Public Class Medical3DContainer Implements IDisposable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Medical3DContainer | |
| C# | |
|---|---|
public class Medical3DContainer : IDisposable | |
| C++/CLI | |
|---|---|
public ref class Medical3DContainer : public IDisposable | |
This class holds the different 3D objects and techniques of rendering them on a control using the Render method.
This is the main class used when creating a 3D application.
The container can be attached to the Medical3DControl (highly recommended) which will automatically handle rendering and mouse events.
For more information, refer to Medical3DControl
System.Object
Leadtools.Medical3D.Medical3DContainer
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