GDI Plus

jjuiddong
Jjuiddong (토론 | 기여) 사용자의 2015년 8월 23일 (일) 12:13 판

(비교) ← 이전 판 | 최신판 (비교) | 다음 판 → (비교)
이동: 둘러보기, 찾기
  1. GDI Plus 초기화
#include <gdiplus.h> 
#pragma comment( lib, "gdiplus.lib" ) 
using namespace Gdiplus;


ULONG_PTR gdiplusToken;
GdiplusStartupInput GdiplusStartupInput;
if (::GdiplusStartup(&gdiplusToken, &GdiplusStartupInput, NULL) != Ok)
{
	AfxMessageBox(_T("Error : Failed to initialize GDI+ library!"));
	return FALSE;
}

::GdiplusShutdown(gdiplusToken);
개인 도구
이름공간

변수
행위
둘러보기
도구모음