←Select platform

ImageBoxLayoutType Enumeration

Summary

Type of layout of the image box

Syntax

C#
VB
C++
public enum ImageBoxLayoutType 
Public Enum ImageBoxLayoutType 
public: 
   enum class ImageBoxLayoutType sealed 

Members

ValueMemberDescription
0TiledA scrollable array of rectangles, each containing a single frame of image pixel data.
1StackA single rectangle containing a steppable single frame, intended for user-controlled stepping through the image set.
2CineA single rectangle, intended for video type play back where the user controls are play sequence, rate of play, and direction.
3ProcessedIntended for interactive 3D visualizations that have custom interfaces.
4SingleA single rectangle, intended for images and objects with no defined methods of interaction.
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.Dicom.Common Assembly