###User Defined Function###
_WinAPI_RoundRect

###Description###
Draws a rectangle with rounded corners.

###Syntax###
#include <WinAPIGdi.au3>
_WinAPI_RoundRect ( $hDC, $tRECT, $iWidth, $iHeight )


###Parameters###
@@ParamTable@@
$hDC
	Handle to the device context.
$tRECT
	$tagRECT structure that contains the logical coordinates of the rectangle.
$iWidth
	The width, in logical coordinates, of the ellipse used to draw the rounded corners.
$iHeight
	The height, in logical coordinates, of the ellipse used to draw the rounded corners.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	True.
Failure 	False, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
The rectangle is outlined by using the current pen and filled by using the current brush.


###Related###


###See Also###
@@MsdnLink@@ RoundRect


###Example###
@@IncludeExample@@
