LBitmapBase::EndChanging

Summary

This function is called by every function that affects the bitmap.

Syntax

#include "ltwrappr.h"

virtual L_VOID LBitmapBase::EndChanging(nChangeType, nChangeCategory, nRetCode)

Parameters

L_UINT nChangeType

The type of change that was done to the bitmap. For a list of all the change types and notifications refer to Bitmap Change Notifications and Notification Categories.

L_UINT nChangeCategory

The change category. For a list of all the change types and notifications refer to Bitmap Change Notifications and Notification Categories.

L_INT nRetCode

The function return code.

Returns

None.

Comments

This function is called by every function that affects the bitmap. You can override this function to be notified when the operation has completed changing the bitmap. This function is called after the changes to the bitmap have been made. For a list of all the change types and notifications refer to Bitmap Change Notifications and Notification Categories.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Example

For an example, refer to LBitmapBase::StartChanging.

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.