CellMPRType Enumeration

Summary

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

Syntax

JavaScript Syntax
lt.Controls.Medical.CellMPRType = { 
	None: -1, 
	Axial: 0, 
	Sagittal: 1, 
	Coronal: 2 
} 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly