CBitmap::GetBitmapBits

复制附加位图的位模式向指定的缓冲区。

DWORD GetBitmapBits(
   DWORD dwCount,
   LPVOID lpBits
) const;

参数

  • dwCount
    复制到缓冲区的字节数。

  • lpBits
    要接收位图的缓冲区的指针。

返回值

如果方法成功,字节数复制到缓冲区;否则为0。

备注

使用 CBitmap::GetBitmap 确定所需的缓冲区大小。

要求

标头: afxwin.h

请参见

参考

CBitmap选件类

层次结构图

CGdiObject::GetObject

GetBitmapBits