본문 바로가기

Study Memos/Windows Programming

타원 모양의 윈도우 만들기 (Section 55)

참고>blog.naver.com/tipsware/221139737602

 

1.SetWindowRgn 함수 : 윈도우를 특정 다각형 모양으로 변경하는 함수
-> 모양 변경 시 보기 안좋은 캡션과 테두리를 없애려면 윈도우를 Create할 때  TW_Wnd 파라미터로 WS_OVERLAPPEDWINDOW 속성 대신 WS_POPUP | WS_VISIBLE 속성을 사용해야 함.

'Study Memos > Windows Programming' 카테고리의 다른 글

별 그리기 (Section 57)  (0) 2020.10.19
최상위 윈도우 (Section 56)  (0) 2020.10.19
Radial Gradient (Section 53)  (0) 2020.10.19
Linear Gradient (Section 52)  (0) 2020.10.16
Gaussian Blur (Section 50, 51)  (0) 2020.10.13