////////////////////////////////////////////////
//函数名:usAdvanceFillRoundRectangle
//功  能:画圆角矩形(高级)
//参  数:DC (HDC) 绘图设备
//        aRect (RECT) 绘制矩形区域
//        aBeginColor (COLORREF) 起始颜色
//        aEndColor (COLORREF) 结束颜色
//        aBorderColor (COLORREF) 边框颜色
//        aiCornerRadius (INT) 角度
//        Orientation (ENUM_DrawOrientation) 方向
//        abEclosion (BOOL) 是否羽化
//        aiAlend (INT) 透明度(0~255)
//返  回:NULL
//说 明:画圆角矩形(可控制透明度)
/////////////////////////////////////////////////
void CGDIxOper::usAdvanceFillRoundRectangle(HDC DC, RECT aRect, COLORREF aBeginColor, COLORREF aEndColor, COLORREF aBorderColor, INT aiCornerRadius, ENUM_DrawOrientation Orientation, BOOL abEclosion, INT aiAlend)
{