WM_PRINTCLIENT = 0x0318; 61 62 const long PRF_CHECKVISIBLE = 0x00000001L; 63 const long PRF_NONCLIENT CaptureOptions : long 71 { 72 PRF_CHECKVISIBLE= 0x00000001L, 73 PRF_NONCLIENT 87 Graphics g2 = Graphics.FromImage(bitmap); 88 89 //PRF_CHILDREN // PRF_NONCLIENT
This /// applies to the client area, the nonclient area (including the title bar and scroll bars)
This applies to the client area, /// the nonclient area (including the title
如果鼠标在窗口的非客户区内移动,窗口过程就会接收WM_NCMOUSEMOVE(NC:nonclient)消息 按钮 按下 释放 第二次按下按钮 左键 WM_NCLBUTTONDOWN WM_NCLBUTTONUP IParam:低位包含x坐标,高位包含y坐标,这些坐标都是屏幕坐标,而不是客户区坐标 7.4.击中测试消息 WM_NCHITTEST表示“非客户区击中测试(nonclient hit test)”,这个消息的优先级高于其它所有的客户区和非客户区鼠标消息
-4/build/OgreMain && /usr/local/Library/ENV/4.3/clang++ -DBOOST_ALL_NO_LIB -DFREEIMAGE_LIB -DOGRE_NONCLIENT_BUILD