| Visual Basic (Declaration) | |
|---|---|
Public Enum Medical3DVolumeType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum Medical3DVolumeType : Enum | |
| C++/CLI | |
|---|---|
public enum class Medical3DVolumeType : public Enum | |
| Member | Description |
|---|---|
| MIP | MIP (Maximum Intensity Projection) rendering method. |
| MPR | MPR (Multi-Planar Reconstruction) rendering method. |
| VRT | VRT (Volume Rendering Technique) rendering method. |
You can change the volume type of the object through the property Medical3DContainer.VolumeType.
System.Object
System.ValueType
System.Enum
Leadtools.Medical3D.Medical3DVolumeType
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code