C++/(MFC)윈도우 라운드 처리 상위 문서: C++ 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 라운드 Show Comments Please enable JavaScript to view the comments powered by Disqus.