Searched defs:rect (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/bin/win32/BINDInstall/ | ||
H A D | BINDInstallDlg.cpp | 365 CRect rect; local 366 GetClientRect(&rect); 367 int x = (rect.Width() - cxIcon + 1) / 2; 368 int y = (rect.Height() - cyIcon + 1) / 2; |
Completed in 1005 milliseconds