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.
WPF 中是否有等效的 System.Drawing.Image.FromHbitmap?另外,是否可以在创建图像后正确处理手柄?
谢谢你。
查看System.Windows.Interop 命名空间中的Imaging.CreateBitmapSourceFromHBitmap。