writeMPRImage Method

Summary

Maps a specified MPR slice of the 3D volume to a file.

Syntax
C#
C++/CLI
public void WriteMPRImage( 
   string fileName, 
   int resizeFactor, 
   Medical3DMPRPlaneType mprType, 
   int index 
) 
public:  
   void WriteMPRImage( 
      String^ fileName, 
      Int32 resizeFactor, 
      Medical3DMPRPlaneType^ mprType, 
      Int32 index 
   ) 

Parameters

fileName

File mapping name.

⛔ CAUTION

fileName must be unique. Using the same name more than once might overwrite the file, even for another user.

resizeFactor

Resize factor of the MPR image.

mprType

The MPR image type.

index

The index of the slice.

Remarks
  • writeMPRImage writes the MPR image slice to a file, to generate a raster image out of the file. For more information, refer to RasterImage.
  • fileName must be unique. Using the same name more than once might overwrite the file, even of another user. Call GetGUID to obtain a unique ID.
  • resizeFactor is how much the MPR image resolution scales down. Setting this value to 1 prevents resolution changes.
Requirements

Target Platforms

Help Version 22.0.2023.1.24
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.