PlayingDirection Enumeration

Summary

Describes the cine player feature playing direction, which determine what next frame is displayed next.

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 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

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