일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- doit코틀린프로그래밍
- c++
- 김성엽
- 알고리즘
- Programming
- Visual Studio
- Tips강좌
- Win32
- CS
- 지식나눔강좌
- VS ERROR
- Desktop
- c#
- Direct2D
- 이지스퍼블리싱
- 함수
- 포인터
- 문법
- Kotlin
- Tips프로그래밍강좌
- 백준
- 배열
- 연산자
- 프로그래밍
- Javascript
- c
- tipssoft
- 리뷰
- 티스토리
- Windows
Archives
- Yesterday
- Today
- Total
목록CreateHwndRenderTarget (1)
F.R.I.D.A.Y.
Direct2D - CreateHwndRenderTarget()
렌더 타겟을 생성하는 함수 CreateHwndRenderTarget CreateHwndRenderTarget 리소스(이미지 등)을 그릴 때 그리는 공간을 지정하는 RenderTarget을 의 핸들(HWND)를 생성하는 메서드로, Factory 객체로부터 호출이 가능하다. 함수 원형 HRESULT CreateHwndRenderTarget( const D2D1_RENDER_TARGET_PROPERTIES & renderTargetProperties, const D2D1_HWND_RENDER_TARGET_PROPERTIES & hwndRenderTargetProperties, ID2D1HwndRenderTarget **hwndRenderTarget ); D2D1_RENDER_TARGET_PROPERTIES 픽..
DEV/Direct2D
2021. 4. 4. 05:01