Initializes a new instance of the Medical3DControl class with explicit parameters.
public Medical3DControl(
Medical3DContainer container
)
Public Function New( _
ByVal container As Leadtools.Medical3d.Medical3DContainer _
)
public:
Medical3DControl(
Leadtools.Medical3d.Medical3DContainer^ container
)
container
Medical3DContainer Represents the container that contains the object(s) that will be rendered on the control.
The control and container will be attached together. The control will render the object immediately and handle all mouse events.
The object(s) will be re-rendered when any changes occur. To enable or disable this feature, use AutoUpdate.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET