Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Raster imaging C++ Class library help

BLISTINFO

Show in webframe

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;

 

Member

Description

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.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.