C#
VB
C++
returns the MPR image with the specified type and index.
public Medical3DMPRInfo GetMPRInformation(
Medical3DMPRPlaneType mprType,
int mprIndex
)
Public Function GetMPRInformation( _
ByVal mprType As Leadtools.Medical3d.Medical3DMPRPlaneType, _
ByVal mprIndex As Integer _
) As Leadtools.Medical3d.Medical3DMPRInfo
public:
Leadtools.Medical3d.Medical3DMPRInfo^ GetMPRInformation(
Leadtools.Medical3d.Medical3DMPRPlaneType mprType,
int mprIndex
)
mprType
the type of MPR to fetch.
mprIndex
the index of the MPR slice to fetch.
Medical3DMPRInfo that contains the MPR image with the specified type and index.
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