Maps the specified MPR slice of the 3D volume to a file.
public void WriteMPRImage(
string fileName,
int resizeFactor,
Medical3DMPRPlaneType mprType,
int index
)
fileName
The unique name of the file containing the mapped information.
resizeFactor
The resizing factor to be used on the MPR image.
mprType
A Medical3DMPRPlaneType value indicating the MPR image type.
index
The index of the slice.
GetMPRImage writes the MPR image slice to a file. To generate a raster image out of the file, refer to RasterImage.
The fileName must be unique (if you use the same name as another file, it might overwrite the file of the another user). Avoid this by using GetGUID.
The resizeFactor is the factor by which to scale down the MPR image. Set this value to 1 if no resizing is to be performed.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document