Medical3DControl Constructor(Medical3DContainer)

Summary

Initializes a new instance of the Medical3DControl class with explicit parameters.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal container As Medical3DContainer _ 
) 
public: 
Medical3DControl(  
   Medical3DContainer^ container 
) 

Parameters

container
Medical3DContainer Represents the container that contains the object(s) that will be rendered on the control.

Remarks

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.

Requirements

Target Platforms

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

Leadtools.Medical3D Assembly