PlayingDirection 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.PlayingDirection = { 
	forward: 0, 
	backward: 1, 
	shuffle: 2, 
	sweep: 3 
} 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly