Warning: file_get_contents(https://whois.pconline.com.cn/jsLabel.jsp?ip=127.0.0.1) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 503 Service Temporarily Unavailable in D:\wwwroot\huidong\wwwroot\function.inc.php on line 884
得到 IMAGE 对象的 HBITMAP - huidong

huidong

首页 | 会员登录 | 关于争取 2022 寒假做出汇东网 Ver3.0.0 !
搜索文章



// 得到 IMAGE 对象的 HBITMAP
HBITMAP GetImageHBitmap(IMAGE* img)
{
    return CreateBitmap(img->getwidth(), img->getheight(), 1, 32, (void*)GetImageBuffer(img));
}


用完要释放:

DeleteObject(hBmp);


配合http://www.huidong.xyz/?mode=2&id=144CopyHBitmapToClipboard函数,可以把IMAGE对象的HBITMAP复制到剪贴板。





返回首页


Copyright (C) 2018-2024 huidong