C#
VB
C++
Type of layout of the image box
public enum ImageBoxLayoutType
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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET