Initializes a new instance of the Medical3DControl class with explicit parameters.
public Medical3DControl(
Medical3DObject object3D
)
Public Function New( _
ByVal object3D As Leadtools.Medical3d.Medical3DObject _
)
public:
Medical3DControl(
Leadtools.Medical3d.Medical3DObject^ object3D
)
object3D
Medical3DObject Represents the object 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