LBitmapWindow::PaintNotification

Summary

This function is called on every pass, when painting the bitmap using paint effects.

Syntax

#include "ltwrappr.h"

virtual L_VOID LBitmapWindow::PaintNotification(nPass, uType)

Parameters

L_INT nPass

The current paint effect pass. Possible values are:

Value Meaning
0 No passes have painted. The first pass is next.
1 One pass has painted. The second pass is next.
0 The second pass has painted. The third pass is next.

And so forth...

L_INT uType

The type of effect. Possible values are:

Value Meaning
EFX_NOTIFY_TRANSITION Painting a transition.
EFX_NOTIFY_IMAGE Painting an image.

Returns

None.

Comments

Override this function to be notified on every painting pass of a paint effect. This will enable you to change the effect type between passes.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Example

For an example, refer to LBitmapWindow::CreatePanWnd.

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.