LBitmapWindow::SetGradientStyle

#include "ltwrappr.h"

L_VOID LBitmapWindow::SetGradientStyle(uGradientStyle)

L_UINT uGradientStyle;

/* gradient style */

Sets the gradient style used when drawing gradients.

Parameter

Description

uGradientStyle

Gradient style. For valid values, refer to Effect Gradient Styles.

Returns

None

Comments

The default is EFX_GRADIENT_LINE_L_TO_R.

Required DLLs and Libraries

LTDIS
LTDLG
LTEFX
LTFIL
LTIMG
LTISI
LTSCR
LTTWN

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:

Class Members

Topics:

Implementing Special Effects

Example

For an example, refer to LBitmapWindow::GetBitmapVisibleRect.