關於GetClientRect 和 GetWindowRect
GetClientRect得到的是客戶區的大小,也就是說這樣得到的左上角永遠是(0,0)
GetWindowRect 是視窗相對於整個螢幕的座標,螢幕左上點為0,0
[@more@]The GetClientRect function retrieves the coordinates of a window's client area. The client coordinates specify the upper-left and lower-right corners of the client area. Because client coordinates are relative to the upper-left corner of a window's client area, the coordinates of the upper-left corner are (0,0).
The GetWindowRect function retrieves the dimensions of the bounding rectangle of the specified window. The dimensions are given in screen coordinates that are relative to the upper-left corner of the screen.
相互轉化用ScreenToClient 或者 ClientToScreen
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/310974/viewspace-880578/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 關於PR 和PO關係
- 關於Session和CookieSessionCookie
- 關於ASMM和AMMASM
- 關於BOOT和DUMPboot
- 關於informix和oracleORMOracle
- oracle中關於in和exists,not in 和 not existsOracle
- 關於Byte和bit
- mysql 關於exists 和in分析MySql
- 關於【s】和[t]字元字元
- 關於JSP和HTMLJSHTML
- 關於conftest和fixtures
- 關於零值和nil
- 關於真實和真心
- 關於imp和exp的有關理解
- 關於表空間和表的關係
- 關於Fork和Malloc的思考
- git關於origin和masterGitAST
- 關於Cookie、session和Web StorageCookieSessionWeb
- 關於NoClassDefFoundError和ClassNotFoundException異常ErrorException
- 關於C++、PHP和SwooleC++PHP
- 關於Platform SDK和Windows SDKPlatformWindows
- 關於mongodb和搜尋引擎??MongoDB
- 關於EJB和普通java物件Java物件
- 關於高水位線和deletedelete
- 關於Oracle的BLOB和CLOBOracle
- 關於rpc的整理和理解RPC
- Python--關於 join 和 splitPython
- 關於HashMap和Hashtable的區別HashMap
- 關於程式碼、麵包和自由
- 關於Gson和FastJson的坑ASTJSON
- 關於CAEmitterLayer和CAEmitterCell結合使用MIT
- 關於beego和gin的對比Go
- 關於oracle orc和voting diskOracle
- 關於OnEraseBkgnd和OnPaint的轉載AI
- 關於SQL Server的WITH(NOLOCK)和(NOLOCK)SQLServer
- 關於close函式和cp命令函式
- 關於sessionbean的激化和鈍化SessionBean
- 關於Struts的學習和使用