LBitmapWindow::SetPaintEffect
#include "ltwrappr.h"
L_VOID LBitmapWindow::SetPaintEffect(uEffect)
L_UINT uEffect; |
/* the effect to apply when painting */ |
Sets the paint effect used for painting the bitmap.
Parameter |
Description |
uEffect |
The effect to apply when painting. For valid values, refer to Effect Types. |
Returns
None
Comments
The default is EFX_EFFECT_NONE.
Required DLLs and Libraries
LTDIS For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also
Functions: |
|
Topics: |
Example
For an example, refer to LBitmapWindow::GetBitmapVisibleRect.