###User Defined Function###
_WinAPI_FrameRgn

###Description###
Draws a border around the specified region by using the specified brush.

###Syntax###
#include <WinAPIGdi.au3>
_WinAPI_FrameRgn ( $hDC, $hRgn, $hBrush, $iWidth, $iHeight )


###Parameters###
@@ParamTable@@
$hDC
	Handle to the device context.
$hRgn
	Handle to the region to be enclosed in a border.
	The region's coordinates are presumed to be in logical units.
$hBrush
	Handle to the brush to be used to draw the border.
$iWidth
	The width, in logical units, of vertical brush strokes.
$iHeight
	The height, in logical units, of horizontal brush strokes.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	True
Failure 	False
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ FrameRgn
