gpt4 book ai didi

c++ - 将 WIC 位图绘制到窗口?

转载 作者:行者123 更新时间:2023-11-28 07:43:07 25 4
gpt4 key购买 nike

我的 MFC 程序中有一个包含图像的 WICBitmap。有什么方法可以将此位图绘制到设备环境中吗?

void DrawBitmap(IWICBitmapSource source, HDC targetDC, int X, int Y, int cx, int cy)
{
//source: The Bitmap to draw
//TargetDC: The HDC to draw onto (e.g. a printer or screen DC)
//X,Y: The location on the DC to draw the bitmap

}

最佳答案

MSDN 上有许多示例展示了如何使用 GDI、GDI+、Direct2D 等显示 WIC 位图。


Microsoft 提供了一个 WIC Image Viewer Using GDI Sample ( GitHub mirror )

基本思路是:

关于c++ - 将 WIC 位图绘制到窗口?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15438951/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com