我现在可以使蓝色覆盖在红色上面,而不能使他们重叠的部分变成白色,求助大家> <::SetTextColor(hdcl,RGB(0,255,255));
TextOut(hdcl,rcClient.left+m_setlocation_l_x,rcClient.top + m_setlocation_l_y,m_strText,m_strText.GetLength());//左图像
::SetTextColor(hdcr,RGB(255,0,0));
TextOut(hdcr,rcClient.left+m_setlocation_r_x,rcClient.top + m_setlocation_r_y,m_strText,m_strText.GetLength());//右图像
::SelectObject(hdc,hOldFont);
::DeleteObject(hFont);