←Select platform

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 Leadtools.Medical3d.Medical3DObject _ 
) 
public: 
Medical3DControl(  
   Leadtools.Medical3d.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly