网狐强制刷新界面

UpdateGameView(NULL);

 

 

源代码:

//更新界面
void CGameFrameView::UpdateGameView(const CRect * pRect)
{
if (m_bDoubleBuf==true) m_bReDraw=true;
if (pRect!=NULL)
{
InvalidateRect(pRect,FALSE);
}
else
{
Invalidate(FALSE);
//RedrawWindow();
//this->UpdateWindow();
}
return;
}

 
 

posted on 2017-09-09 10:50  &大飞  阅读(122)  评论(0编辑  收藏  举报

导航