Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 PlgBlt 将 Windows 位图旋转 90 度以上。这在屏幕上显示地图时工作正常,但检查由此过程制成的增强元文件显示旋转的位图完全丢失。
通过 TextOut() 输出的旋转文本(使用 CreateFontIndirect())也从增强的图元文件中丢失。结合 StretchBlt() 的简单位图旋转/翻转例程可以正常工作。
PlgBlt 使用的是与设备相关的位图,而增强的元文件应该是与设备无关的。会是这样吗?