LRasterPaintWindow::SetPaintBrush

#include "Ltwrappr.h"

L_VOID LRasterPaintWindow::SetPaintBrush(pPaintbrush)

PAINTBRUSH * pPaintbrush;

/* pointer to a paint brush structure */

Sets the paintbrush properties.

Parameter

Description

pPaintbrush

Pointer to a PAINTBRUSH structure that contains the paintbrush properties to set.

Returns

None

Comments

LRasterPaintWindow::Initialize must be called before calling this function.

Required DLLs and Libraries

LTPNT
LTDIS
LTFIL
LTAUT
LTCON
LTTLB

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:

LRasterPaintWindow::GetPaintBrush, Class Members

Example

For an example, refer to LRasterPaintWindow::GetPaintBrush() Example.