如何获取具有与Gdiplus :: Bitmap相同大小的Gdiplus :: Bitmap的HDC

时间:2018-11-13 07:24:49

标签: c++ gdi+

我使用以下代码创建位图及其HDC,但发现它们的大小不相同。

if let url = URL(string: "itms-apps://apps.apple.com/account/subscriptions") {
    if UIApplication.shared.canOpenURL(url) {
        UIApplication.shared.open(url, options: [:])
    }
}

iTmp1和iTmp2是屏幕当前大小,例如1600x900。 如何使memHDC的尺寸为4961x7016? 非常感谢。

0 个答案:

没有答案