16,551
社区成员
发帖
与我相关
我的任务
分享
void CDrawView::OnLButtonDown(UINT nFlags, CPoint point)
{
// TODO: Add your message handler code here and/or call default
m_x=point.x;
m_y=point.y;
Invalidata();//'Invalidata' : undeclared identifier
CView::OnLButtonDown(nFlags, point);
}