|
|
|
bool WindowIsExposed window x y
bool (WindowIsExposed window x y w h)
Returns true if the given point or rectangle area has been exposed since the last repaint. Call this in an paint event handler to optimize redrawing by only redrawing those areas, which have been exposed.
|
|
|