CellMPRType Enumeration

Summary

Describes the type of the cell based on it is location and orientation in the 3D space.

Syntax
TypeScript
JavaScript
lt.Controls.Medical.CellMPRType = { 
	none: -1, 
	axial: 0, 
	sagittal: 1, 
	coronal: 2 
} 
lt.Controls.Medical.CellMPRType = { 
	none: -1, 
	axial: 0, 
	sagittal: 1, 
	coronal: 2 
} 

Members

-1 None

None.

0 Axial

Axial

1 Sagittal

Sagittal

2 Coronal

Coronal.

Remarks

The medical viewer can generate MPR plane out of a stack of images, refer to MPRCell

Requirements

Target Platforms

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

Leadtools.Controls.Medical Assembly