Visual Basic (Declaration) | |
---|---|
Public Enum Medical3DVolumeRenderingType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum Medical3DVolumeRenderingType : Enum |
C++/CLI | |
---|---|
public enum class Medical3DVolumeRenderingType : public Enum |
Member | Description |
---|---|
Type2D | The object will be rendered using the 2D texturing method. |
Type3D | The object will be rendered using the 3D texturing method. |
The 2D texturing method is a little less accurate, but it can hold larger objects, and can render the object faster. So far, only the MIP can be rendered using the 2D texturing method.
The 3D texturing method is a more accurate, but it doesn't hold object as large, and it can be a little slower.
System.Object
System.ValueType
System.Enum
Leadtools.Medical3D.Medical3DVolumeRenderingType
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family