LPlayBack::GetBitmap

Summary

Gets a pointer to the internal playback bitmap object.

Syntax

#include "ltwrappr.h"

virtual LBitmapBase * LPlayBack::GetBitmap()

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

Platforms

Win32, x64.

See Also

Functions

Topics

Example

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

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

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.