LBitmapWindow::EnablePaintTransition

Summary

Enables or disables the use of paint transitions.

Syntax

#include "ltwrappr.h"

L_BOOL LBitmapWindow::EnablePaintTransition(bEnable)

Parameters

L_BOOL bEnable

Flag that indicates whether the use of painting transitions is enabled or disabled. Possible values are:

Value Meaning
TRUE Enable the use of paint transitions.
FALSE Disable the use of paint transitions.

Returns

The previous state.

Comments

When the use of painting transitions is enabled, anytime the class object paints an image, it will first paint a transition, using the current paint transition options set by:

This setting is disabled by default.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

For an example, refer to LBitmapWindow::SetROP3.

Help Version 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.