CDC::SetBoundsRect
Visual Studio 2012
Controls the accumulation of bounding-rectangle information for the specified device context.
UINT SetBoundsRect( LPCRECT lpRectBounds, UINT flags );
The current state of the bounding rectangle, if the function is successful. Like flags, the return value can be a combination of DCB_ values:
-
DCB_ACCUMULATE The bounding rectangle is not empty. This value will always be set.
-
DCB_DISABLE Bounds accumulation is off.
-
DCB_ENABLE Bounds accumulation is on.