unsigned char *pixels_; // 이미지 데이터
pixels_ = new unsigned char[width_ * height_];
delete[] pixels_;
#include <gdiplus.h>
using namespace Gdiplus;
Point points[] = {Point(30, 30), Point(120, 50), Point(170, 10),
Point(150, 90), Point(90, 70), Point(50, 130)};
static CString g_strCity[] = {"경기도", "서울특별시", "광주광역시"};