GetMPRInformation Method

Summary
returns the MPR image with the specified type and index.
Syntax
C#
VB
C++
public Medical3DMPRInfo GetMPRInformation( 
   Medical3DMPRPlaneType mprType, 
   int mprIndex 
) 
  
Public Function GetMPRInformation( _ 
   ByVal mprType As Medical3DMPRPlaneType, _ 
   ByVal mprIndex As Integer _ 
) As Medical3DMPRInfo 
public: 
Medical3DMPRInfo^ GetMPRInformation(  
   Medical3DMPRPlaneType mprType, 
   int mprIndex 
)  

Parameters

mprType
the type of MPR to fetch.

mprIndex
the index of the MPR slice to fetch.

Return Value

Medical3DMPRInfo that contains the MPR image with the specified type and index.

Remarks
  • To change the 3D object to an MPR volume, please refer to VolumeType.
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.