←Select platform

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 Leadtools.Medical3d.Medical3DMPRPlaneType, _ 
   ByVal mprIndex As Integer _ 
) As Leadtools.Medical3d.Medical3DMPRInfo 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly