|
|
|
|
MGL_wmInvalidateRect
Invalidates rectangular part of device context.
Declaration
void MGLAPI MGL_wmInvalidateRect(
winmng_t *wm,
rect_t *rect)
Prototype In
mgraph.h
Parameters
wm |
the window manager |
rect |
rectangular area to invalidate (in global coordinates) |
Description
This function invalidates given rectangular area of device context that is associated with this window manager. The DC will be repainted next time you call MGL_wmUpdateDC.
See Also
MGL_wmUpdateDC, MGL_wmInvalidateRegion, MGL_wmInvalidateWindow, MGL_wmInvalidateWindowRect, MGL_wmInvalidateWindowRegion
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com