Visual Studio 2010 - Visual C++
CDC::GetBoundsRect
Returns the current accumulated bounding rectangle for the specified device context.
UINT GetBoundsRect( LPRECT lpRectBounds, UINT flags );
Parameters
Return Value
Specifies the current state of the bounding rectangle if the function is successful. It can be a combination of the following values:
-
DCB_ACCUMULATE Bounding rectangle accumulation is occurring.
-
DCB_RESET Bounding rectangle is empty.
-
DCB_SET Bounding rectangle is not empty.
-
DCB_ENABLE Bounding accumulation is on.
-
DCB_DISABLE Bounding accumulation is off.
Requirements
Header: afxwin.h
See Also