C#
VB
C++
Specifies the volume type used to render panoramic projection within the specified thickness.
public enum PanoramicProjectionType
Public Enum PanoramicProjectionType
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class PanoramicProjectionType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | PANORAMOC_MIP | MIP (Maximum Intensity Projection) rendering method. |
1 | PANORAMOC_MinIP | MinIP (Minimum Intensity Projection) rendering method. |
2 | PANORAMOC_VRT | VRT (Volume Rendering Technique) rendering method. |
Set the volume type of the object by calling the MedicalViewerPanoramicCell method.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET