ImageBoxLayoutType Enumeration (original) (raw)

Summary

Type of layout of the image box

Syntax

public enum ImageBoxLayoutType 

public: enum class ImageBoxLayoutType sealed

Members

Value Member Description
0 Tiled A scrollable array of rectangles, each containing a single frame of image pixel data.
1 Stack A single rectangle containing a steppable single frame, intended for user-controlled stepping through the image set.
2 Cine A single rectangle, intended for video type play back where the user controls are play sequence, rate of play, and direction.
3 Processed Intended for interactive 3D visualizations that have custom interfaces.
4 Single A single rectangle, intended for images and objects with no defined methods of interaction.

Leadtools.Dicom.Common Assembly