如何将System.Windows.Controls.image转换为System.Drawing.Icon c#

时间:2014-06-26 03:44:46

标签: c#

我有这个图像

var a = new System.Windows.Controls.Image() { Source = new BitmapImage(new Uri(@"/Accounts;component/Resources/close.png", UriKind.Relative)) };

我需要将它转换为system.drawing.icon有办法吗???

0 个答案:

没有答案