ID2D1Bitmap* pBitmap =NULL; IWICImagingFactory* pIWICFactory =NULL; HWND hWnd; ID2D1HwndRenderTarget*m_pRenderTarget;voidinitize();voiddraw(); D2D1_RECT_F myrect=D2D1::RectF(left, top, Bottom, Right);ID2D1Bitmap*mybitmap; ID2D1Factory*l; REFIID x=__uuidof(ID2D1Factory); HRESULT ...
/** Joint Photographic Experts Group.*/JPEG,/** Single channel JPEG.*/GrayscaleJPEG,/** Windows Bitmap.*/BMP,/** Windows Icon resource.*/ICO,/** OpenEXR (HDR) image file format.*/EXR,/** Mac icon.*/ICNS,/** Truevision TGA / TARGA*/TGA,/** 扩展*/WebP...
上一篇博客采用的是 CreateDxgiSurfaceRenderTarget 的方式拿到了 ID2D1RenderTarget 进行绘制,本文将和大...