Version: |
1.2 |
Description: |
Sets a system flag to repaint the drawing screen during the next system paint. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCInvalidateRect(); |
Delphi |
procedure VCInvalidateRect; stdcall; |
ActiveX/COM |
Sub InvalidateRect() |
Parameters: |
No parameters are used for this subroutine. |
Notes: |
VCInvalidateRect is analogous to the Windows API call InvalidateRect. The parameters passed to InvalidateRect by Visual CADD™ are as follows. The rect is the entire drawing area, the HWND is the current drawing window and erase background is assumed true. When a WM_PAINT message is processed by Windows, the rect (drawing screen in this case) will be redrawn. |
See Also: |
Windows SDK - InvalidateRect, VCPaint, VCPaintWorld |