Controls the accumulation of bounding rectangle information for the specified device context.
#Include <WinAPIEx.au3>
_WinAPI_SetBoundsRect ( $hDC, $iFlags [, $tRECT] )
| $hDC | Handle to the device context for which to accumulate bounding rectangles. |
| $iFlags | The flags that specifies how the new rectangle will be combined with the accumulated rectangle. This parameter can be one of more of the following values. $DCB_ACCUMULATE $DCB_DISABLE $DCB_ENABLE $DCB_RESET |
| $tRECT | [可选参数] $tagRECT structure used to set the bounding rectangle in logical coordinates. |
| Success | The value specifies the previous state of the bounding rectangle ($DCB_*). |
| 失败: | 返回 0 并设置 @error 标志为非 0 值. |
在MSDN中搜索