close
很簡單,兩個步驟
Step1 .
GetWindowRect ( &rect ) ;
Step2.
ScreenToClient ( rect ) ;
Position :
X : rect.left ;
Y : rect.top;
W: rect.Width();
H: rect.Height();
全站熱搜
很簡單,兩個步驟
Step1 .
GetWindowRect ( &rect ) ;
Step2.
ScreenToClient ( rect ) ;
Position :
X : rect.left ;
Y : rect.top;
W: rect.Width();
H: rect.Height();