virtual L_VOID LBitmapWindow::PaintNotification(nPass, uType)
This function is called on every pass, when painting the bitmap using paint effects.
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...
The type of effect. Possible values are:
Value | Meaning |
---|---|
EFX_NOTIFY_TRANSITION | Painting a transition. |
EFX_NOTIFY_IMAGE | Painting an image. |
None.
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.
Win32, x64.
For an example, refer to LBitmapWindow::CreatePanWnd.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document