←Select platform

SoftwareRendering Property

Summary

Determines whether the engine values are based on hardware or software.

Syntax
C#
VB
C++
public static bool SoftwareRendering {get; set;} 
Public Shared Property SoftwareRendering() As Boolean 
   Get 
   Set 
public:  
   static property bool SoftwareRendering 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to use software, or false to use hardware. The default value is false.

Remarks

Be sure to set this value to the desired engine before calling any other property from the Medical3DEngine Class class.

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