首页上一页 1 下一页尾页 4 条记录 1/1页
急
发表在C语言图书答疑
2009-09-02
是否精华
是
否
版块置顶:
是
否
//绘制底边框
CPoint pos(30,1);
m_MinRect.CopyRect(CRect(m_RTitleRc.left+pos.x,(m_TitleDrawHeight+2*m_BorderHeight
-m_ButtonHeight)/2+pos.y,m_ButtonWidth,m_ButtonHeight));
pos.x = 55;
m_MaxRect.CopyRect(CRect(m_RTitleRc.left+pos.x,(m_TitleDrawHeight+2*m_BorderHeight
-m_ButtonHeight)/2+pos.y,m_ButtonWidth,m_ButtonHeight));
pos.x = 80;
m_CloseRect.CopyRect(CRect(m_RTitleRc.left+pos.x,(m_TitleDrawHeight+2*m_BorderHeight
-m_ButtonHeight)/2+pos.y,m_ButtonWidth,m_ButtonHeight)); 帮忙解释一下 VC++项目全程开发实录这本书的第一个案例中的 拷贝最小化按钮 为什么那样写 里面式子帮忙解释一下 谢谢
CPoint pos(30,1);
m_MinRect.CopyRect(CRect(m_RTitleRc.left+pos.x,(m_TitleDrawHeight+2*m_BorderHeight
-m_ButtonHeight)/2+pos.y,m_ButtonWidth,m_ButtonHeight));
pos.x = 55;
m_MaxRect.CopyRect(CRect(m_RTitleRc.left+pos.x,(m_TitleDrawHeight+2*m_BorderHeight
-m_ButtonHeight)/2+pos.y,m_ButtonWidth,m_ButtonHeight));
pos.x = 80;
m_CloseRect.CopyRect(CRect(m_RTitleRc.left+pos.x,(m_TitleDrawHeight+2*m_BorderHeight
-m_ButtonHeight)/2+pos.y,m_ButtonWidth,m_ButtonHeight)); 帮忙解释一下 VC++项目全程开发实录这本书的第一个案例中的 拷贝最小化按钮 为什么那样写 里面式子帮忙解释一下 谢谢