Map3DImageToFile Method

Summary

Maps the current view of the 3D volume to a file using the specified name.

Syntax
C#
VB
C++
public void Map3DImageToFile( 
   string fileName, 
   tagRECT* rcRect 
) 
Public Sub Map3DImageToFile( 
   ByVal fileName As String, 
   ByVal rcRect As tagRECT* 
) 
public:  
   void Map3DImageToFile( 
      String^ fileName, 
      tagRECT*^ rcRect 
   ) 

Parameters

fileName

The name of the file containing the mapped information.

rcRect

The view rectangle of the 3D volume.

Remarks

Map3DImageToFile 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 could overwrite the file of the another user). Avoid this by using GetGUID.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly

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