LPlayBack::GetBitmap

#include "ltwrappr.h"

virtual LBitmapBase * LPlayBack::GetBitmap()

Gets a pointer to the internal playback bitmap object.

Returns

A pointer to an LBitmapBase object.

Comments

This function is declared by the LEAD_DECLARE_PLAYBACK_BITMAP macro. You can use this function to get a pointer to the internal playback bitmap object, where you can access the different functions defined for LBitmapBase or the mapped bitmap object.

This function exists because the LEAD_DECLARE_PLAYBACK_BITMAP macro is called in the Ltcplybk.h file. If you wish to derive your own class, you must call the LEAD_DECLARE_PLAYBACK_BITMAP macro, or the GetBitmap() function will not exist in your derived class.

For more information, refer to Wrapper Macros.

Required DLLs and Libraries

LTDIS
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.

Platforms

Win32, x64.

See Also

Functions:

Class Members

Topics:

Wrapper Macros

Example

For an example, refer to LPlayBack::Process or see LEAD_INIT_PLAYBACK_BITMAP under Wrapper Macros.

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

LEADTOOLS Raster Imaging C++ Class Library Help