BLISTINFO

Summary

The BLISTINFO structure holds additional information about the passed bitmap list handle.

Syntax

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; 

Members

nWidth

Global width for the bitmap list items.

nHeight

Global height for the bitmap list items.

uViewPerspective

View perspective for the bitmap list items.

uCurrentIndex

Current index for the bitmap list object.

bGlobalBackground

TRUE if the bitmap list has a global background.

crBackground

The background color for the bitmap list items.

bGlobalLoop

TRUE if the bitmap list has a global loop.

uGlobalLoop

The value of the global loop for the bitmap list.

bGlobalPalette

TRUE if the bitmap list has a global palette.

Palette[256]

Global palette entries for the bitmap list.

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

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