#include "ltwrappr.h"
virtual L_UINT LBitmap::GetOverlayCount(uFlags)
L_UINT uFlags; |
reserved for future use |
Gets the number of overlays that have been defined for the specified main bitmap.
Parameter |
Description |
uFlags |
Reserved for future use. Pass 0. |
The overlay count
This function will count how many overlays have been defined. The overlays are defined by calling LBitmap::SetOverlay or LBitmap::SetOverlayAttributes.
Required DLLs and Libraries
LTKRN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Win32, x64.
Functions: |
LBitmap::BricksTexture, LBitmap::Canvas, LBitmap::DisplaceMap, LBitmap::Fragment, LBitmap::Vignette, Class Members |
Topics: |
|
|
This example will count the overlays from plBitmap which has been defined and initialized elsewhere.
L_INT LBitmap__GetOverlayCountExample(LBitmap *pBitmap)
{
L_UINT uCount;
uCount = pBitmap->GetOverlayCount(0);
/* now uCount contains the number of overlays */
return SUCCESS;
}
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET