RenderingType Property

Summary

Indicates whether the Medical 3D engine runs in software or hardware rendering type.

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

Property Value

Medical3DVolumeRenderingType represents the Medical 3D engine rendering type.

Remarks

The default value of RenderingType is Medical3DVolumeRenderingType.Type3D. However, setting RenderingType to Medical3DVolumeRenderingType.Auto, the Medical 3D engine attempts to run in hardware type; otherwise, runs in software type.

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.