Medical3DContainer Constructor(Control,string,bool)

Summary

Initializes a new instance of the Medical3DContainer class.

Syntax
C#
VB
C++
public Medical3DContainer( 
   Control control, 
   string path, 
   bool softwareRendering 
) 
Public Sub New(ByVal control As Control, ByVal path As String, ByVal softwareRendering As Boolean) 
 MyBase.New 
public:  
   Medical3DContainer(Control^ control, String^ path, bool softwareRendering) 

Parameters

control

The control where the objects are rendered.

path

The path to where the temporary files are stored.

softwareRendering

true to use software to render the volume; otherwise, false. Default is false.

Remarks
  • Temporary files are only created if you render the volume using the 2D texturing method.
  • In case unexpected errors prevent the program from freeing the temporary data, remove the temporary data manually.
  • Setting softwareRendering to true will create a software engine, which will make the volume render purely from the CPU side. This is useful if the machine does not have graphics hardware capabilities.
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.