标签: c#
我有这个图像
var a = new System.Windows.Controls.Image() { Source = new BitmapImage(new Uri(@"/Accounts;component/Resources/close.png", UriKind.Relative)) };
我需要将它转换为system.drawing.icon有办法吗???