PAINTEFFECTDATA

Summary

The structure specifies the paint effect data attached to the windows class.

Syntax

typedef struct tagPAINTEFFECTDATA 
{ 
   HWND hBitmapWindow; 
   LBitmapWindow * pClass; 
   L_UINT uPass; 
   L_UINT uType; 
} PAINTEFFECTDATA, * LPPAINTEFFECTDATA; 

Members

hBitmapWindow

Handle to the bitmap window.

pClass

Pointer to an LBitmapWindow object.

uPass

The number of completed passes.

uType

The type of effect. Possible values are:

Value Meaning
EFX_NOTIFY_TRANSITION painting a transition.
EFX_NOTIFY_IMAGE painting an image.
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.