PyCDC.RectVisible
int = RectVisible(rect)
Determines whether any part of the given rectangle lies within the clipping region of
the display context.
Parameters
rect : (left, top, right, bottom)
The coordinates of the reactangle to be checked.MFC References
CDC::RectVisible
Return Value
Non zero if any part of the rectangle lies within the clipping region, else zero.