CellMPRType Enumeration

Summary

Describes the type of the cell based on its 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

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