LBitmapWindow::EnablePaintEffect

Summary

Enables or disables the use of paint effects.

Syntax

#include "ltwrappr.h"

L_BOOL LBitmapWindow::EnablePaintEffect(bEnable)

Parameters

L_BOOL bEnable

Flag that indicates whether to enable or disable the use of paint effects. Possible values are:

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

Returns

The previous state.

Comments

When painting effects are enabled, anytime the class object paints an image, it will be painted with the current paint effect 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 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.