LRasterPaintWindow::Repaint

#include "ltwrappr.h"

L_VOID LRasterPaintWindow::Repaint(pRect=NULL, bDrawBK = TRUE)

LPRECT pRect;

pointer to a rectangle structure

L_BOOL bDrawBK;

 /* flag for erase background */

Repaints the class object's window. Only the specified rectangle will be repainted.

Parameter

Description

pRect

Pointer to a rectangle structure that describes the rectangle to be repainted. Pass NULL to repaint the entire window.

bDrawBK

Flag which indicates whether or not to erase the background within the update region when repainting.  TRUE to erase the background, FALSE to not erase the background.

Returns

None

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::SetWndHandle, Class Members

Example

For an example, refer to LRasterPaintWindow::SetWndHandle.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS DigitalPaint C++ Class Library Help