PlayingDirection 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.PlayingDirection = { 
	Forward: 0, 
	Backward: 1, 
	Shuffle: 2, 
	Sweep: 3 
} 
TypeScript Syntax
lt.Controls.Medical.PlayingDirection = { 
	Forward: 0, 
	Backward: 1, 
	Shuffle: 2, 
	Sweep: 3 
} 

Members

0 Forward

Forward

1 Backward

Backward

2 Shuffle

Shuffle

3 Sweep

Sweep - Plays forward until it reaches the end, then it plays backward until it reaches the beginning.

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