函数参考


_WinAPI_SetBoundsRect

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 值.

注意/说明

None

相关

详情参考

在MSDN中搜索