int cx = GetSystemMetrics(SM_CXFULLSCREEN);
int cy = GetSystemMetrics(SM_CYFULLSCREEN);
或者可以直接用Screen
宽:Screen->Height
长:Screen->Width
int cx = GetSystemMetrics(SM_CXFULLSCREEN);
int cy = GetSystemMetrics(SM_CYFULLSCREEN);
或者可以直接用Screen
宽:Screen->Height
长:Screen->Width