Medical3DControl Constructor(Medical3DObject)

Summary
Initializes a new instance of the Medical3DControl class with explicit parameters.
Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal object3D As Medical3DObject _ 
) 
public: 
Medical3DControl(  
   Medical3DObject^ object3D 
) 

Parameters

object3D
Medical3DObject Represents the object 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 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.