LBitmapList::GetViewPerspective

#include "ltwrappr.h"

L_INT LBitmapList::GetViewPerspective(L_VOID)

Gets the view perspective for the class object's bitmap list items.

Returns

The view perspective for the bitmap list items.

Required DLLs and Libraries

LTFIL

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

Class Members

Topics:

Accounting for View Perspective

Example

L_VOID TestViewPerspective(L_TCHAR L_FAR * pszFileName)
{
   LBitmapList BitmapList;
   L_INT nViewPerspective;

   BitmapList.Load (pszFileName);
   nViewPerspective = BitmapList.GetViewPerspective();
   //...
}