typedef struct tagBLISTINFO
{
L_INT nWidth;
L_INT nHeight;
L_UINT uViewPerspective;
L_UINT uCurrentIndex;
L_BOOL bGlobalBackground;
COLORREF crBackground;
L_BOOL bGlobalLoop;
L_UINT uGlobalLoop;
L_BOOL bGlobalPalette;
RGBQUAD Palette[256];
} BLISTINFO, * LPBLISTINFO;
Global width for the bitmap list items.
Global height for the bitmap list items.
View perspective for the bitmap list items.
Current index for the bitmap list object.
TRUE if the bitmap list has a global background.
The background color for the bitmap list items.
TRUE if the bitmap list has a global loop.
The value of the global loop for the bitmap list.
TRUE if the bitmap list has a global palette.
Global palette entries for the bitmap list.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document