←Select platform

Medical3DControl Constructor(bool)

Summary

Initializes a new instance of the Medical3DContainer class. It holds the container and renders the 3D object automatically.

Syntax
C#
VB
C++
Public Sub New(ByVal softwareRendering As Boolean) 
 MyBase.New 

Parameters

softwareRendering

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

Remarks

Setting softwareRendering to true will create a software engine, which will make the volume rendered purely from the CPU side. This is useful if the machine does not have graphics hardware capabilities.

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