1
我想通過VS2005(MFC)使用圖像指針繪製圖像(bmp)。使用圖像指針繪製圖像
但我不知道如何使用image pointer
來繪製圖像。
下面是我的代碼:
PVOID m_pBuffer;
m_pBuffer = lBuffer->GetDataPointer(); //lBuffer is offered parameter by Camera Company.
//and GetDataPointer() funcion is 'A pointer to the memory pointer'
如何畫使用image pointer
的形象呢? (例如,使用GDI
,GDI+
,CImage
..)
我試圖GDI,GDI +,的CImage,HBITMAP,位... 但是所有條件失敗。 – user1736556