LPlayBack::GetBitmap
#include "ltwrappr.h"
virtual LBitmapBase L_FAR * LPlayBack::GetBitmap(L_VOID);
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 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: |
|
Topics: |
Example
For an example, refer to LPlayBack::Process or see LEAD_INIT_PLAYBACK_BITMAP under Wrapper Macros.