LRasterPaintWindow::SetPaintRegion

#include "Ltwrappr.h"

L_VOID LRasterPaintWindow::SetPaintRegion(pPaintRegion)

PAINTREGION * pPaintRegion;

/* pointer to a paint region structure */

Sets the paint region properties.

Parameter

Description

pPaintRegion

Pointer to a PAINTREGION structure that contains the paint region 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::GetPaintRegion, Class Members

Example

For an example, refer to LRasterPaintWindow::GetPaintRegion.