1 什么叫设备坐标,什么叫逻辑坐标?
#include <windows.h> 【相关文章:常见硬件术语手册!绝对权威!(转!)二、】
言语无用,程序说话! 【扩展阅读:常见硬件术语手册!绝对权威!(转!)一、】
int winapi winmain (hinstance hinstance, hinstance hprevinstance, 【扩展信息:常见硬件术语手册!绝对权威!(转!)三、】
lresult callback wndproc (hwnd, uint, wparam, lparam) ;
pstr szcmdline, int icmdshow) { static tchar szappname[] = text ("hellowin") ; hwnd hwnd ; msg msg ; wndclass wndclass ;wndclass.style = cs_hredraw | cs_vredraw ;
wndclass.lpfnwndproc = wndproc ; wndclass.cbclsextra = 0 ; wndclass.cbwndextra = 0 ; wndclass.hinstance = hinstance ; wndclass.hicon = loadicon (null, idi_application) ; wndclass.hcursor = loadcursor (null, idc_arrow) ; wndclass.hbrbackground = (hbrush) getstockobject (white_brush) ; wndclass.lpszmenuname = null ; wndclass.lpszclassname = szappname ;... 下一页