VCPaintWorld


Version:

1.2

Description:

Forces Visual CADD™ to repaint the current world immediately.

Declaration:

 

C/C++

extern "C" void WINAPI VCPaintWorld(void);

Delphi

procedure VCPaintWorld; stdcall;

ActiveX/COM

Sub PaintWorld()

Parameters:

No parameters are used for this subroutine.

Notes:

Unlike VCInvalidateRect, VCPaintWorld forces a repaint of the drawing area immediately instead of waiting for the next WM_PAINT message.

See Also:

VCInvalidateRect, VCPaint, VCInvalidateRect