CRgn rgn; CRect rect; GetClientRect(&rect); rgn.CreateRoundRectRgn(0, 0, rect.Width(), rect.Height(), 30, 30); // Set the windows region SetWindowRgn(static_cast
(rgn.GetSafeHandle()), TRUE);
C++
MFC
UI
라운드
Retrieved from http://hyacinth.byus.net/moniwiki/wiki.php/C++/(MFC)윈도우 라운드 처리
last modified 2014-05-27 15:00:12