注册 登录
编程论坛 C++教室

快来看看~~

ll564992764 发布于 2011-11-13 20:32, 521 次点击
m_Start=point;
    m_End=point;
    SetCapture();
    RECT rect;
    GetClientRect(&rect);
    ClientToScreen(&rect);
    ClipCursor(&rect);
    m_drawing=true;
    SetCursor(m_Hcursor);
    CScrollView::OnLButtonDown(nFlags, point);
高手们知道这是什么意思吗~~??
1 回复
#2
rjsp2011-11-14 08:41
不知道,因为你没说
1