LBitmapWindow::SetTransition
#include "ltwrappr.h"
L_VOID LBitmapWindow::SetTransition(uTransition)
| L_UINT uTransition; | /* transition filling style */ | 
Sets the filling style used when drawing transitions.
| Parameter | Description | 
| uTransition | The filling style used during transition. For valid values, refer to Effect Transition Filling Styles. | 
Returns
None
Comments
The default is EFX_EFFECT_WIPE_RECTANGLE_IN.
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.