LBitmapWindow::SetTransitionEffect
#include "ltwrappr.h"
L_VOID LBitmapWindow::SetTransitionEffect(uTransitionEffect)
L_UINT uTransitionEffect; |
/* the effect to apply when painting */ |
Sets the transition effect used when painting transitions.
Parameter |
Description |
uTransitionEffect |
The effect to apply when painting transitions. 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.