How to convert System.Windows.Controls.image to System.Drawing.Icon c# -


i have images

var = new system.windows.controls.image() { source = new bitmapimage(new uri(@"/accounts;component/resources/close.png", urikind.relative)) }; 

and need convert system.drawing.icon there way it???


Comments

Popular posts from this blog

sql server - MSSQL Text and Varchar(MAX) fields shown (MEMO) in DBGrid -

php - Changing the visibility scope of parent methods in child classes -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -